Interface IMediaElement
A media element.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public interface IMediaElement : IElement
Properties
Deactivated
Gets or sets a value indicating whether this instance is deactivated.
Declaration
bool Deactivated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Disabled
Gets a value indicating whether this instance is disabled.
Declaration
bool Disabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Label
Gets a label that identifies this instance.
Declaration
string Label { get; }
Property Value
Type | Description |
---|---|
System.String |
Muted
Gets or sets a value indicating whether this instance is muted.
Declaration
bool Muted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Paused
Gets a value indicating whether this instance is paused.
Declaration
bool Paused { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Persistent
Gets a value indicating whether this instance is persistent.
If true
, this element will not be destroyed unless
Destroy() is called explicitly on this instance.
It will survive destruction of any parent elements that are
being destroyed.
Declaration
bool Persistent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Destroy()
Destroys this instance.
Declaration
bool Destroy()
Returns
Type | Description |
---|---|
System.Boolean |