Click or drag to resize

MediaTrackBase Class

Media track base properties/methods.
Inheritance Hierarchy

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

The MediaTrackBase type exposes the following members.

Constructors
  NameDescription
Protected methodMediaTrackBase
Initializes a new instance of the MediaTrackBase class
Top
Properties
  NameDescription
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyMuted
Gets or sets a value indicating whether this track is muted.
Public propertySinkOutput
Gets or sets the current sink output.
Public propertySourceInput
Gets or sets the current source input.
Top
Methods
  NameDescription
Public methodChangeSinkOutput
Changes the sink output while the media track is active.
Public methodChangeSourceInput
Changes the source input while the media track is active.
Public methodDestroy
Destroys this media track.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetSinkOutputs
Gets the available sink outputs.
Public methodGetSourceInputs
Gets the available source inputs.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToString (Inherited from Object.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
Events
  NameDescription
Public eventOnDestroyed
Raised when the track is destroyed.
Public eventOnStarted
Raised when the track is started. Only applicable for local media tracks.
Public eventOnStopped
Raised when the track is stopped. Only applicable for local media tracks.
Top
See Also