SceneAnalysisEffectFrame.IsDiscontinuous Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob ein Videoframe der erste Frame nach einer Lücke im Stream ist, oder legt diesen fest.

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

Eigenschaftswert

Boolean

bool

True, wenn es sich bei dem Videoframe um den ersten Frame nach einer Lücke im Stream handelt; andernfalls false.

Implementiert

Gilt für: