Click or drag to resize
AudioWaveFormatConvertLatencyToByteSize Method
Gets the size of a wave buffer equivalent to the latency in milliseconds.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public int ConvertLatencyToByteSize(
	int milliseconds
)

Parameters

milliseconds
Type: SystemInt32
The milliseconds.

Return Value

Type: Int32
See Also