Click or drag to resize

IAudioTrack Interface

Audio track interface.

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

The IAudioTrack type exposes the following members.

Properties
  NameDescription
Public propertyGain
Gets or sets a value indicating the gain (input amplification) of this track. Any value greater than or equal to 0.0 is acceptable.
Public propertyMuted
Gets or sets a value indicating whether this track is muted.
(Inherited from IMediaTrack.)
Public propertySinkOutput
Gets or sets the current sink output.
(Inherited from IMediaTrack.)
Public propertySourceInput
Gets or sets the current source input.
(Inherited from IMediaTrack.)
Public propertyVolume
Gets or sets a value indicating the volume (output resistance) of this track. Valid value range is 0.0 to 1.0, inclusive.
Top
Methods
  NameDescription
Public methodChangeSinkOutput
Changes the sink output while the media track is active.
(Inherited from IMediaTrack.)
Public methodChangeSourceInput
Changes the source input while the media track is active.
(Inherited from IMediaTrack.)
Public methodDestroy
Destroys this media track.
(Inherited from IMediaTrack.)
Public methodGetSinkOutputs
Gets the available sink outputs.
(Inherited from IMediaTrack.)
Public methodGetSourceInputs
Gets the available source inputs.
(Inherited from IMediaTrack.)
Top
Events
  NameDescription
Public eventOnDestroyed
Raised when the track is destroyed.
(Inherited from IMediaTrack.)
Public eventOnLevel
Raised whenever the level of this track is calculated.
Public eventOnStarted
Raised when the track is started. Only applicable for local media tracks.
(Inherited from IMediaTrack.)
Public eventOnStopped
Raised when the track is stopped. Only applicable for local media tracks.
(Inherited from IMediaTrack.)
Top
See Also