Mp3Frame Constructor (Stream) |
Reads an MP3Frame from a stream
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic Mp3Frame(
Stream input
)
Public Sub New (
input As Stream
)
public:
Mp3Frame(
Stream^ input
)
new :
input : Stream -> Mp3Frame
Parameters
- input
- Type: System.IOStream
Remarkshttp://mpgedit.org/mpgedit/mpeg_format/mpeghdr.htm has some good info
also see http://www.codeproject.com/KB/audio-video/mpegaudioinfo.aspx
See Also