AppBroadcastStreamAudioFrame.AudioBuffer 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 buffer containing the audio samples for the broadcast audio frame.
public:
property IBuffer ^ AudioBuffer { IBuffer ^ get(); };
IBuffer AudioBuffer();
public IBuffer AudioBuffer { get; }
var iBuffer = appBroadcastStreamAudioFrame.audioBuffer;
Public ReadOnly Property AudioBuffer As IBuffer
Property Value
The buffer containing the audio samples for the broadcast audio frame.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|