AudioMediaFrame.GetAudioFrame Method
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.
Creates a copy of the AudioMediaFrame as an AudioFrame object.
public:
virtual AudioFrame ^ GetAudioFrame() = GetAudioFrame;
AudioFrame GetAudioFrame();
public AudioFrame GetAudioFrame();
function getAudioFrame()
Public Function GetAudioFrame () As AudioFrame
Returns
An AudioFrame containing a copy of the AudioMediaFrame audio data.
Remarks
The AudioFrame class provides the LockBuffer method, which returns an AudioBuffer object that you can use to access audio samples contained in the frame.