Click or drag to resize
Mp3FileReaderRead Method
Reads decompressed PCM data from our MP3 file.

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

Parameters

sampleBuffer
Type: SystemByte
offset
Type: SystemInt32
numBytes
Type: SystemInt32

Return Value

Type: Int32
See Also