AudioFrame.IsReadOnly Property

Definition

Gets a value indicating whether the audio frame is read-only.

public:
 property bool IsReadOnly { bool get(); };
bool IsReadOnly();
public bool IsReadOnly { get; }
var boolean = audioFrame.isReadOnly;
Public ReadOnly Property IsReadOnly As Boolean

Property Value

Boolean

bool

True if the audio frame is read-only; otherwise, false.

Implements

Remarks

When this value is true, both the audio data and the mutable properties of the audio frame are read-only.

Applies to