Click or drag to resize
Mp3StorageFrame Class
Inheritance Hierarchy
SystemObject
  StreamCoders.ContainerMp3StorageFrame

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class Mp3StorageFrame

The Mp3StorageFrame type exposes the following members.

Properties
  NameDescription
Public propertyBitrate
Bit Rate
Public propertyBitrateIndex
The bitrate index (directly from the header)
Public propertyChannelExtension
The channel extension bits
Public propertyChannelMode
Channel Mode
Public propertyCopyright
Whether the Copyright bit is set.
Public propertyCrcPresent
Whether a CRC is present.
Public propertyFileOffset
Not part of the MP3 frame itself - indicates where in the stream we found this header.
Public propertyFrameLength
Frame length in bytes
Public propertyMpegLayer
MPEG Layer
Public propertyMpegVersion
MPEG Version
Public propertyRawData
Raw frame data (includes header bytes)
Public propertySampleCount
The number of samples in this frame.
Public propertySamplerate
Sample rate of this frame
Top
Methods
  NameDescription
Public methodStatic memberCreateFrom(Stream)
Reads an MP3 frame from a stream
Public methodStatic memberCreateFrom(Stream, Boolean)
Reads an MP3Frame from a stream
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also