VideoFrame.IsDiscontinuous 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 or sets a value that indicates whether an video frame is the first frame after a gap in the stream.
public:
property bool IsDiscontinuous { bool get(); void set(bool value); };
bool IsDiscontinuous();
void IsDiscontinuous(bool value);
public bool IsDiscontinuous { get; set; }
var boolean = videoFrame.isDiscontinuous;
videoFrame.isDiscontinuous = boolean;
Public Property IsDiscontinuous As Boolean
Property Value
Boolean
bool
True if the video frame is the first frame after a gap in the stream; otherwise, false.