CapturedFrame.CanRead Property
Definition
Gets a value that indicates if the captured frame can be read from.
public:
property bool CanRead { bool get(); };
bool CanRead();
public bool CanRead { get; }
var boolean = capturedFrame.canRead;
Public ReadOnly Property CanRead As Boolean
Property Value
true if the captured frame can be read from; otherwise, false.