| AiffReaderReadData Method (Int32) | 
            Reads audio data from the stream.
            
 
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntaxpublic override byte[] ReadData(
	int skipSeconds
)
Public Overrides Function ReadData ( 
	skipSeconds As Integer
) As Byte()
public:
virtual array<unsigned char>^ ReadData(
	int skipSeconds
) override
Parameters
- skipSeconds
 - Type: SystemInt32
skips seconds 
Return Value
Type: 
Byte[Missing <returns> documentation for "M:Alvas.Audio.AiffReader.ReadData(System.Int32)"]
Implements
IAudioReaderReadData(Int32)
See Also