Click or drag to resize

IMediaTrack Interface

Media track interface.

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

The IMediaTrack type exposes the following members.

Properties
  NameDescription
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 methodGetSinkOutputs
Gets the available sink outputs.
Public methodGetSourceInputs
Gets the available source inputs.
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