AudioChannelTemplate 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.
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
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. |