Click or drag to resize

IMediaElement Interface

A media element.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The IMediaElement type exposes the following members.

Properties
  NameDescription
Public propertyDisabled
Gets a value indicating whether this instance is disabled.
Public propertyId
Gets or sets the identifier.
(Inherited from IElement.)
Public propertyLabel
Gets a label that identifies this instance.
Public propertyMuted
Gets or sets a value indicating whether this instance is muted.
Public propertyPersistent
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.
Public propertyPipelineJson
Gets the pipeline JSON with this as the central point.
(Inherited from IElement.)
Top
Methods
  NameDescription
Public methodDestroy
Destroys this instance.
Top
See Also