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.3.199.0
Syntax
public int ConvertLatencyToByteSize(
	int milliseconds
)

Parameters

milliseconds
Type: SystemInt32
The milliseconds.

Return Value

Type: Int32
See Also