AudioChannelTemplate Class

Definition

Audio Channel Template.

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

Properties

AllowedDirection

Gets or sets the stream allowed direction.

(Inherited from MediaChannelTemplate)
Label

Gets the Stream Label.

(Inherited from MediaChannelTemplate)
ReceiveDirectionSamplingRate

Gets or sets the Sampling Rate for the receive direction.

SamplingRate

Gets or sets the Sampling Rate of the send and receive streams.

SendDirectionSamplingRate

Gets or sets the Sampling Rate for the send direction.

UseHighPerformance

Gets or sets whether to use only high performance codecs. Setting this property to true disables support for certain high quality but computationally expensive codecs. Default value is false.

Applies to