AudioChannel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |