IAudioReaderReadData Method (Int32, Int32) |
Reads audio data from the stream.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax byte[] ReadData(
int skipSeconds,
int readSeconds
)
Function ReadData (
skipSeconds As Integer,
readSeconds As Integer
) As Byte()
array<unsigned char>^ ReadData(
int skipSeconds,
int readSeconds
)
Parameters
- skipSeconds
- Type: SystemInt32
skip seconds - readSeconds
- Type: SystemInt32
read seconds
Return Value
Type:
Byte[Missing <returns> documentation for "M:Alvas.Audio.IAudioReader.ReadData(System.Int32,System.Int32)"]
See Also