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

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public byte[] ReadData(
	int skipSeconds
)

Parameters

skipSeconds
Type: System.Int32
skip seconds

Return Value

Type:Byte[]

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

Implements

IAudioReader.ReadData(Int32)
See Also