Freigeben über


AudioFrame.IsDiscontinuous Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob ein Audioframe 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 = audioFrame.isDiscontinuous;
audioFrame.isDiscontinuous = boolean;
Public Property IsDiscontinuous As Boolean

Eigenschaftswert

Boolean

bool

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

Implementiert

Gilt für: