AppBroadcastStreamVideoFrame
AppBroadcastStreamVideoFrame
AppBroadcastStreamVideoFrame
AppBroadcastStreamVideoFrame
Class
Definition
Represents a video frame in a broadcast stream.
Note
This API requires the appBroadcast and appBroadcastSettings capability which is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime.
public : sealed class AppBroadcastStreamVideoFrame : IAppBroadcastStreamVideoFramepublic sealed class AppBroadcastStreamVideoFrame : IAppBroadcastStreamVideoFramePublic NotInheritable Class AppBroadcastStreamVideoFrame Implements IAppBroadcastStreamVideoFrame// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Media.Capture.AppBroadcastContract (introduced v1)
|
| Capabilities |
appBroadcastSettings
appBroadcast
|
Remarks
Get an instance of this class by calling AppBroadcastStreamReader.TryGetNextVideoFrame.
Properties
VideoBuffer VideoBuffer VideoBuffer VideoBuffer
Gets the buffer containing the image data for the broadcast audio frame.
public : IBuffer VideoBuffer { get; }public IBuffer VideoBuffer { get; }Public ReadOnly Property VideoBuffer As IBuffer// You can use this property in JavaScript.
The buffer containing the image data for the broadcast audio frame.
Additional features and requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Media.Capture.AppBroadcastContract (introduced v1)
|
| Capabilities |
appBroadcastSettings
appBroadcast
|
VideoHeader VideoHeader VideoHeader VideoHeader
Gets an object that contains metadata about the associated broadcast video frame.
public : AppBroadcastStreamVideoHeader VideoHeader { get; }public AppBroadcastStreamVideoHeader VideoHeader { get; }Public ReadOnly Property VideoHeader As AppBroadcastStreamVideoHeader// You can use this property in JavaScript.
- Value
- AppBroadcastStreamVideoHeader AppBroadcastStreamVideoHeader AppBroadcastStreamVideoHeader AppBroadcastStreamVideoHeader
An object that contains metadata about the associated broadcast video frame.
Additional features and requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Media.Capture.AppBroadcastContract (introduced v1)
|
| Capabilities |
appBroadcastSettings
appBroadcast
|