AudioChannel.SendDirectionSamplingRate Property
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.
Gets the audio sampling rate(s) currently in effect on the send direction of the channel.
public:
property Microsoft::Rtc::Collaboration::AudioVideo::AudioSamplingRate SendDirectionSamplingRate { Microsoft::Rtc::Collaboration::AudioVideo::AudioSamplingRate get(); };
public Microsoft.Rtc.Collaboration.AudioVideo.AudioSamplingRate SendDirectionSamplingRate { get; }
member this.SendDirectionSamplingRate : Microsoft.Rtc.Collaboration.AudioVideo.AudioSamplingRate
Public ReadOnly Property SendDirectionSamplingRate As AudioSamplingRate
Property Value
Remarks
This value may change during the lifetime of the call; use the AudioVideoFlow's ConfigurationChanged event to requery the current value of this property.
If the property value is the combination of both AudioSamplingRate.EightKhz and AudioSamplingRate.SixteenKhz, media may be sent to the peer in either narrowband (8Khz) or wideband (16Khz) formats, and the application cannot assume which will be used.