Freigeben über


VideoFrame.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 = videoFrame.isDiscontinuous;
videoFrame.isDiscontinuous = boolean;
Public Property IsDiscontinuous As Boolean

Eigenschaftswert

Boolean

bool

True, wenn der Videoframe der erste Frame nach einer Lücke im Stream ist; Andernfalls false.

Implementiert

Gilt für: