MediaTrackBase Class |
Namespace: FM.IceLink
The MediaTrackBase type exposes the following members.
| Name | Description | |
|---|---|---|
| MediaTrackBase | Initializes a new instance of the MediaTrackBase class |
| Name | Description | |
|---|---|---|
| DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
| IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
| Muted |
Gets or sets a value indicating whether this
track is muted.
| |
| SinkOutput |
Gets or sets the current sink output.
| |
| SourceInput |
Gets or sets the current source input.
|
| Name | Description | |
|---|---|---|
| ChangeSinkOutput |
Changes the sink output while the media track is active.
| |
| ChangeSourceInput |
Changes the source input while the media track is active.
| |
| Destroy |
Destroys this media track.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetDynamicValue |
Gets a property value from the local cache.
(Inherited from Dynamic.) | |
| GetHashCode | (Inherited from Object.) | |
| GetSinkOutputs |
Gets the available sink outputs.
| |
| GetSourceInputs |
Gets the available source inputs.
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SetDynamicValue |
Sets a property value in the local cache.
(Inherited from Dynamic.) | |
| ToString | (Inherited from Object.) | |
| UnsetDynamicValue |
Unsets a property value in the local cache.
(Inherited from Dynamic.) |
| Name | Description | |
|---|---|---|
| OnDestroyed |
Raised when the track is destroyed.
| |
| OnStarted |
Raised when the track is started.
Only applicable for local media tracks.
| |
| OnStopped |
Raised when the track is stopped.
Only applicable for local media tracks.
|