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: 10.4.54.0
Syntax
public int ConvertLatencyToByteSize(
	int milliseconds
)

Parameters

milliseconds  Int32
The milliseconds.

Return Value

Int32
See Also