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.3.199.0
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