Click or drag to resize

IAudioTrack Properties

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
See Also