Click or drag to resize
Mp3FileReaderReadNextFrame Method (Boolean)
Reads the next mp3 frame

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public Mp3Frame ReadNextFrame(
	bool readData
)

Parameters

readData
Type: SystemBoolean

Return Value

Type: Mp3Frame
Next mp3 frame, or null if EOF
See Also