IVideoElement Interface |
Namespace: FM.IceLink
The IVideoElement type exposes the following members.
Name | Description | |
---|---|---|
Disabled |
Gets a value indicating whether this instance is disabled.
(Inherited from IMediaElement.) | |
Id |
Gets or sets the identifier.
(Inherited from IElement.) | |
Label |
Gets a label that identifies this instance.
(Inherited from IMediaElement.) | |
Muted |
Gets or sets a value indicating whether this instance is muted.
(Inherited from IMediaElement.) | |
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.
(Inherited from IMediaElement.) | |
PipelineJson |
Gets the pipeline JSON with this as the central point.
(Inherited from IElement.) |
Name | Description | |
---|---|---|
Destroy |
Destroys this instance.
(Inherited from IMediaElement.) |