Click or drag to resize

Mp3FileReaderRead Method

Reads decompressed PCM data from our MP3 file.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public override int Read(
	byte[] sampleBuffer,
	int offset,
	int numBytes
)

Parameters

sampleBuffer  Byte
 
offset  Int32
 
numBytes  Int32
 

Return Value

Int32
See Also