AppBroadcastStreamVideoHeader.IsKeyFrame Property

Definition

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

Applies to