FMIceLinkIMediaElement Protocol Reference

Conforms to FMIceLinkIElement
Declared in FMIceLinkIMediaElement.h

Overview

A media element.

– destroy required method

Destroys this instance.
- (bool)destroy

Discussion

Destroys this instance.

Declared In

FMIceLinkIMediaElement.h

– disabled required method

Gets a value indicating whether this instance is disabled.
- (bool)disabled

Discussion

Gets a value indicating whether this instance is disabled.

Declared In

FMIceLinkIMediaElement.h

– label required method

Gets a label that identifies this instance.
- (NSString *)label

Discussion

Gets a label that identifies this instance.

Declared In

FMIceLinkIMediaElement.h

– muted required method

Gets a value indicating whether this instance is muted.
- (bool)muted

Discussion

Gets a value indicating whether this instance is muted.

Declared In

FMIceLinkIMediaElement.h

– persistent required method

Gets a value indicating whether this instance is persistent. If true, this element will not be destroyed unless FMIceLinkIMediaElement#[destroy](#//api/name/destroy) is called explicitly on this instance. It will survive destruction of any parent elements that are being destroyed.
- (bool)persistent

Discussion

Gets a value indicating whether this instance is persistent. If true, this element will not be destroyed unless FMIceLinkIMediaElement#[destroy](#//api/name/destroy) is called explicitly on this instance. It will survive destruction of any parent elements that are being destroyed.

Declared In

FMIceLinkIMediaElement.h

– setMuted: required method

Sets a value indicating whether this instance is [muted](#//api/name/muted).
- (void)setMuted:(bool)value

Discussion

Sets a value indicating whether this instance is [muted](#//api/name/muted).

Declared In

FMIceLinkIMediaElement.h