AudioMediaFrame.AudioEncodingProperties 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 an AudioEncodingProperties object that provides information about the audio data in the frame. This includes information like the bitrate, sample rate, and channel count of the audio data.
public:
property AudioEncodingProperties ^ AudioEncodingProperties { AudioEncodingProperties ^ get(); };
AudioEncodingProperties AudioEncodingProperties();
public AudioEncodingProperties AudioEncodingProperties { get; }
var audioEncodingProperties = audioMediaFrame.audioEncodingProperties;
Public ReadOnly Property AudioEncodingProperties As AudioEncodingProperties
Property Value
An AudioEncodingProperties object that provides information about the audio data in the frame.
Remarks
Use the CurrentFormat property of a MediaFrameSource object to retrieve a MediaFrameFormat object describing the format of the media being provided by the source. For audio sources, you can check the MediaFrameFormat.AudioEncodingProperties to determine the format of the audio data the source produces.