FMIceLinkIMediaElement Protocol Reference
| Conforms to | FMIceLinkIElement |
|---|---|
| Declared in | FMIceLinkIMediaElement.h |
– destroy
required method
Destroys this instance.
- (bool)destroyDiscussion
Destroys this instance.
Declared In
FMIceLinkIMediaElement.h
– disabled
required method
Gets a value indicating whether this instance is disabled.
- (bool)disabledDiscussion
Gets a value indicating whether this instance is disabled.
Declared In
FMIceLinkIMediaElement.h
– label
required method
Gets a label that identifies this instance.
- (NSString *)labelDiscussion
Gets a label that identifies this instance.
Declared In
FMIceLinkIMediaElement.h
– muted
required method
Gets a value indicating whether this instance is muted.
- (bool)mutedDiscussion
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)persistentDiscussion
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)valueDiscussion
Sets a value indicating whether this instance is [muted](#//api/name/muted).
Declared In
FMIceLinkIMediaElement.h