IMediaTrack Interface |
Namespace: FM.IceLink
The IMediaTrack type exposes the following members.
Name | Description | |
---|---|---|
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.
| |
GetSinkOutputs |
Gets the available sink outputs.
| |
GetSourceInputs |
Gets the available source inputs.
|
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.
|