Click or drag to resize

Mp3FileReaderReadNextFrame(Boolean) Method

Reads the next mp3 frame

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public Mp3Frame ReadNextFrame(
	bool readData
)

Parameters

readData  Boolean
 

Return Value

Mp3Frame
Next mp3 frame, or null if EOF
See Also