AppBroadcastStreamVideoHeader.IsKeyFrame 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 value indicating whether the video frame is a key frame within the broadcast video stream.
public:
property bool IsKeyFrame { bool get(); };
bool IsKeyFrame();
public bool IsKeyFrame { get; }
var boolean = appBroadcastStreamVideoHeader.isKeyFrame;
Public ReadOnly Property IsKeyFrame As Boolean
Property Value
Boolean
bool
True is the video frame is a key frame; otherwise, false.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|