AppBroadcastStreamVideoHeader.HasDiscontinuity 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 contains a discontinuity in the video stream.
public:
property bool HasDiscontinuity { bool get(); };
bool HasDiscontinuity();
public bool HasDiscontinuity { get; }
var boolean = appBroadcastStreamVideoHeader.hasDiscontinuity;
Public ReadOnly Property HasDiscontinuity As Boolean
Property Value
Boolean
bool
True if the video frame contains a discontinuity; otherwise, false.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|