IAudioClientGetBufferSize Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax int GetBufferSize(
out uint bufferSize
)
Function GetBufferSize (
<OutAttribute> ByRef bufferSize As UInteger
) As Integer
int GetBufferSize(
[OutAttribute] unsigned int% bufferSize
)
abstract GetBufferSize :
bufferSize : uint32 byref -> int
Parameters
- bufferSize
- Type: SystemUInt32
Return Value
Type:
Int32See Also