Mp3Frame Constructor (Stream, Boolean) |
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,
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
- Type: System.IOStream
- readData
- Type: SystemBoolean
Exceptions Exception | Condition |
---|
EndOfStreamException | Thrown 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