AudioClientStreamLatency Property |
Gets the maximum latency for the current stream. Requires initialization.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic long StreamLatency { get; }
Public ReadOnly Property StreamLatency As Long
Get
public:
property long long StreamLatency {
long long get ();
}
member StreamLatency : int64 with get
Property Value
Type:
Int64
See Also