Mp3Frame(Stream, Boolean) Constructor |
Reads an MP3Frame from a stream
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic Mp3Frame(
Stream input,
bool readData
)
Public Sub New (
input As Stream,
readData As Boolean
)
public:
Mp3Frame(
Stream^ input,
bool readData
)
new :
input : Stream *
readData : bool -> Mp3Frame
Parameters
- input Stream
-
- readData Boolean
-
ExceptionsException | Condition |
---|
EndOfStreamException | Thrown when we reach the end of the stream without reading a valid frame |
Remarkshttp://mpgedit.org/mpgedit/mpeg_format/mpeghdr.htm
has some good info
See Also