MindFlavor MPEG Audio Information Library

Header Members

Header overview

Public Static Fields

LAYER1 Layer-1 mask
LAYER2 Layer-2 mask
LAYER3 Layer-3 mask
MPEG1 MPEG-1 mask
MPEG2 MPEG-2 mask
MPEG25 MPEG-2.5 mask

Public Instance Constructors

HeaderOverloaded. Initializes a new instance of the Header class.

Public Instance Properties

BitRate The bitrate of the following stream chunk.
ChannelMode The channel mode used.
Emphasis The emphasis you should apply to get correct results playing the stream.
FrameLength The length (in bytes) of the following stream chunk.
HasCRC True if the header is CRC protected.
IsCopyrighted True if the file is copyrighted.
IsFramePadded True if the following stream chunk is padded for efficiency.
IsOriginal True is the stream is a original one. This is simply a flag, don't count on it's realiability.
IsValid True if the header is valid, false if it's corrupted.
Layer The layer of compression used.
PositionInBytes The position in bytes of the following stream chunk.
SamplingRate The sampling frequency of the following stream chunk.
VersionID The version of compression used.

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString (inherited from Object)

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

Header Class | MindFlavor.MPEG.Audio Namespace