WaveBufferMaxSize Property |
Gets the max size in bytes of the byte buffer..
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic int MaxSize { get; }Public ReadOnly Property MaxSize As Integer
Get
public:
property int MaxSize {
int get ();
}member MaxSize : int with get
Property Value
Int32Maximum number of bytes in the buffer.
See Also