AudioClientBufferSize Property |
Gets the maximum capacity of the audio buffer. Requires initialization.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic int BufferSize { get; }
Public ReadOnly Property BufferSize As Integer
Get
public:
property int BufferSize {
int get ();
}
member BufferSize : int with get
Property Value
Type:
Int32
See Also