AudioChannel Class

Definition

Represents an audio channel.

public ref class AudioChannel : Microsoft::Rtc::Collaboration::AudioVideo::MediaChannel
public class AudioChannel : Microsoft.Rtc.Collaboration.AudioVideo.MediaChannel
type AudioChannel = class
    inherit MediaChannel
Public Class AudioChannel
Inherits MediaChannel
Inheritance
AudioChannel

Properties

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.

Applies to