AppBroadcastStreamReader.AudioAacSequence 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 a buffer containing the sequence header for the AAC audio stream.
public:
property IBuffer ^ AudioAacSequence { IBuffer ^ get(); };
IBuffer AudioAacSequence();
public IBuffer AudioAacSequence { get; }
var iBuffer = appBroadcastStreamReader.audioAacSequence;
Public ReadOnly Property AudioAacSequence As IBuffer
Property Value
A buffer containing the sequence header for the AAC audio stream.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|