AiffReaderReadDataInBytes Method (Int32, Int32) |
Reads audio data from the stream.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public override byte[] ReadDataInBytes(
int skipBytes,
int readBytes
)
Public Overrides Function ReadDataInBytes (
skipBytes As Integer,
readBytes As Integer
) As Byte()
public:
virtual array<unsigned char>^ ReadDataInBytes(
int skipBytes,
int readBytes
) override
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