WaveOutBufferInQueue Property |
Gets the value indicating whether the header's "In Queue" flag is set or not
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic bool InQueue { get; }
Public ReadOnly Property InQueue As Boolean
Get
public:
property bool InQueue {
bool get ();
}
member InQueue : bool with get
Property Value
Type:
Boolean
See Also