IAudioTrack Interface |
Namespace: FM.IceLink
The IAudioTrack type exposes the following members.
| Name | Description | |
|---|---|---|
| Gain |
Gets or sets a value indicating the gain
(input amplification) of this track.
Any value greater than or equal to 0.0
is acceptable.
| |
| Muted |
Gets or sets a value indicating whether this
track is muted.
(Inherited from IMediaTrack.) | |
| SinkOutput |
Gets or sets the current sink output.
(Inherited from IMediaTrack.) | |
| SourceInput |
Gets or sets the current source input.
(Inherited from IMediaTrack.) | |
| Volume |
Gets or sets a value indicating the volume
(output resistance) of this track.
Valid value range is 0.0 to 1.0, inclusive.
|
| Name | Description | |
|---|---|---|
| ChangeSinkOutput |
Changes the sink output while the media track is active.
(Inherited from IMediaTrack.) | |
| ChangeSourceInput |
Changes the source input while the media track is active.
(Inherited from IMediaTrack.) | |
| Destroy |
Destroys this media track.
(Inherited from IMediaTrack.) | |
| GetSinkOutputs |
Gets the available sink outputs.
(Inherited from IMediaTrack.) | |
| GetSourceInputs |
Gets the available source inputs.
(Inherited from IMediaTrack.) |
| Name | Description | |
|---|---|---|
| OnDestroyed |
Raised when the track is destroyed.
(Inherited from IMediaTrack.) | |
| OnLevel |
Raised whenever the level of
this track is calculated.
| |
| OnStarted |
Raised when the track is started.
Only applicable for local media tracks.
(Inherited from IMediaTrack.) | |
| OnStopped |
Raised when the track is stopped.
Only applicable for local media tracks.
(Inherited from IMediaTrack.) |