Click or drag to resize
AudioCompressionManagerMilliseconds2Bytes Method
Returns bytes number for specified format and time, expressed in milliseconds

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public static int Milliseconds2Bytes(
	IntPtr format,
	int milliseconds
)

Parameters

format
Type: SystemIntPtr
audio format
milliseconds
Type: SystemInt32
time, expressed in milliseconds

Return Value

Type: Int32
bytes number
See Also