FX3ConnectionBufferAvailable Property |
Checks if a streaming frame is available, or will be available soon in thread safe queue. If there is no data in the queue
and the streaming thread is not currently running, it will return false.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic bool BufferAvailable { get; }
Public ReadOnly Property BufferAvailable As Boolean
Get
public:
property bool BufferAvailable {
bool get ();
}
member BufferAvailable : bool with get
Return Value
Type:
BooleanThe frame availability
See Also