Click or drag to resize

Mp3Frame(Stream, Boolean) Constructor

Reads an MP3Frame from a stream

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public Mp3Frame(
	Stream input,
	bool readData
)

Parameters

input  Stream
 
readData  Boolean
 
Exceptions
ExceptionCondition
EndOfStreamExceptionThrown when we reach the end of the stream without reading a valid frame
Remarks
http://mpgedit.org/mpgedit/mpeg_format/mpeghdr.htm has some good info
See Also