Click or drag to resize

Mp3Frame Constructor (Stream, Boolean)

Reads an MP3Frame from a stream

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

Parameters

input
Type: System.IOStream
readData
Type: SystemBoolean
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