Edit

Share via


AudioChannelTemplate.SamplingRate Property

Definition

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

public:
 property Microsoft::Rtc::Collaboration::AudioVideo::AudioSamplingRate SamplingRate { Microsoft::Rtc::Collaboration::AudioVideo::AudioSamplingRate get(); void set(Microsoft::Rtc::Collaboration::AudioVideo::AudioSamplingRate value); };
public Microsoft.Rtc.Collaboration.AudioVideo.AudioSamplingRate SamplingRate { get; set; }
member this.SamplingRate : Microsoft.Rtc.Collaboration.AudioVideo.AudioSamplingRate with get, set
Public Property SamplingRate As AudioSamplingRate

Property Value

Exceptions

Thrown when assigned value is not defined in enumerated type.

Remarks

Setting this property applies the same value to both the SendDirectionSamplingRate and ReceiveDirectionSamplingRate properties.

The value returned when getting this property is the combination of the SendDirectionSamplingRate and ReceiveDirectionSamplingRate properties.

Applies to