Click or drag to resize
AudioReaderMilliseconds2Bytes Method
Converts from milliseconds to bytes for current stream.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public virtual int Milliseconds2Bytes(
	int milliseconds
)

Parameters

milliseconds
Type: SystemInt32
Time, expressed in milliseconds.

Return Value

Type: Int32

[Missing <returns> documentation for "M:Alvas.Audio.AudioReader.Milliseconds2Bytes(System.Int32)"]

Implements

IAudioReaderMilliseconds2Bytes(Int32)
See Also