SceneAnalysisEffectFrame.IsDiscontinuous Property

Definition

Gets or sets a value that indicates whether a 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 = sceneAnalysisEffectFrame.isDiscontinuous;
sceneAnalysisEffectFrame.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.

Implements

Applies to