VideoFrame.IsReadOnly 屬性

定義

取得值,指出視訊畫面是否為唯讀。

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

屬性值

Boolean

bool

如果視訊畫面是唯讀的,則為 True;否則為 false。

實作

備註

當此值為 true 時,視訊資料和視訊畫面的可變動屬性都是唯讀的。

適用於