Click or drag to resize
Mp3Frame Constructor (Stream)
Reads an MP3Frame from a stream

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public Mp3Frame(
	Stream input
)

Parameters

input
Type: System.IOStream
Remarks
http://mpgedit.org/mpgedit/mpeg_format/mpeghdr.htm has some good info also see http://www.codeproject.com/KB/audio-video/mpegaudioinfo.aspx
See Also