AudioFrame.IsDiscontinuous Property

Definition

Gets or sets a value that indicates whether an audio 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 = audioFrame.isDiscontinuous;
audioFrame.isDiscontinuous = boolean;
Public Property IsDiscontinuous As Boolean

Property Value

Boolean

bool

True if the audio frame is the first frame after a gap in the stream; otherwise, false.

Implements

Applies to