The AudioChanneltype exposes the following members.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Properties

  Name Description
AllowedDirection
Gets the channel direction policy: the channel direction value to be negotiated and also the "maximum" value to be negotiated with the remote participant.
(Inherited from MediaChannel.)
Direction
Gets the current channel direction.
(Inherited from MediaChannel.)
Enabled
Gets whether the channel is enabled.
(Inherited from MediaChannel.)
Encrypted
Gets whether the channel is encrypted.
(Inherited from MediaChannel.)
Label
Gets the channel label.
(Inherited from MediaChannel.)
ReceiveDirectionSamplingRate
Gets the audio sampling rate(s) currently in effect on the receive direction of the channel.
SamplingRate
Gets the audio sampling rate(s) currently in effect on the channel.
SendDirectionSamplingRate
Gets the audio sampling rate(s) currently in effect on the send direction of the channel.
UseHighPerformance
Gets whether the AudioChannel instance is selecting codecs based on their high performance.

See Also