AppBroadcastStreamVideoFrame.VideoBuffer 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 image data for the broadcast audio frame.
public:
property IBuffer ^ VideoBuffer { IBuffer ^ get(); };
IBuffer VideoBuffer();
public IBuffer VideoBuffer { get; }
var iBuffer = appBroadcastStreamVideoFrame.videoBuffer;
Public ReadOnly Property VideoBuffer As IBuffer
Property Value
The buffer containing the image data for the broadcast audio frame.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|