IMediaFrame.IsReadOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = iMediaFrame.isReadOnly;
Public ReadOnly Property IsReadOnly As Boolean
Property Value
Boolean
bool
True if the audio frame is read-only; otherwise, false.
Remarks
When this value is true, both the data payload and the mutable properties of the media frame are read-only.