Mp3Frame Constructor (Stream) |
Reads an MP3Frame from a stream
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Mp3Frame(
Stream input
)
Public Sub New (
input As Stream
)
public:
Mp3Frame(
Stream^ input
)
new :
input : Stream -> Mp3Frame
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