Click or drag to resize
AiffReaderReadDataInBytes Method (Int32, Int32)
Reads audio data from the stream.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public override byte[] ReadDataInBytes(
	int skipBytes,
	int readBytes
)

Parameters

skipBytes
Type: SystemInt32
Skips length of bytes. Use Milliseconds2Bytes(Int32) for this parameter.
readBytes
Type: SystemInt32
Reads length of bytes. Use Milliseconds2Bytes(Int32) for this parameter.

Return Value

Type: Byte

[Missing <returns> documentation for "M:Alvas.Audio.AiffReader.ReadDataInBytes(System.Int32,System.Int32)"]

Implements

IAudioReaderReadDataInBytes(Int32, Int32)
See Also