Reads decompressed PCM data from our MP3 file.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
 Syntax
Syntaxpublic override int Read(
	byte[] sampleBuffer,
	int offset,
	int numBytes
)
Public Overrides Function Read ( 
	sampleBuffer As Byte(),
	offset As Integer,
	numBytes As Integer
) As Integer
public:
virtual int Read(
	array<unsigned char>^ sampleBuffer, 
	int offset, 
	int numBytes
) override
abstract Read : 
        sampleBuffer : byte[] * 
        offset : int * 
        numBytes : int -> int 
override Read : 
        sampleBuffer : byte[] * 
        offset : int * 
        numBytes : int -> int Parameters
- sampleBuffer
- Type: SystemByte
 
- offset
- Type: SystemInt32
 
- numBytes
- Type: SystemInt32
 
Return Value
Type: 
Int32 See Also
See Also