Edit

Share via


AudioChannelTemplate.ReceiveDirectionSamplingRate Property

Definition

Gets or sets the Sampling Rate for the receive direction.

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

Property Value

Exceptions

Thrown when assigned value is not defined in enumerated type.

Remarks

This restriction prevents the application from enabling audio formats on the send direction of the audio channel which are not enabled on the receive direction. Otherwise, allowing such a configuration might cause a failure in which media from the peer endpoint could not be received.

Applies to