Mp3StorageFrame Class |
Namespace: StreamCoders.Container
The Mp3StorageFrame type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bitrate |
Bit Rate
|
![]() | BitrateIndex |
The bitrate index (directly from the header)
|
![]() | ChannelExtension |
The channel extension bits
|
![]() | ChannelMode |
Channel Mode
|
![]() | Copyright |
Whether the Copyright bit is set.
|
![]() | CrcPresent |
Whether a CRC is present.
|
![]() | FileOffset |
Not part of the MP3 frame itself - indicates where in the stream we found this header.
|
![]() | FrameLength |
Frame length in bytes
|
![]() | MpegLayer |
MPEG Layer
|
![]() | MpegVersion |
MPEG Version
|
![]() | RawData |
Raw frame data (includes header bytes)
|
![]() | SampleCount |
The number of samples in this frame.
|
![]() | Samplerate |
Sample rate of this frame
|
Name | Description | |
---|---|---|
![]() ![]() | CreateFrom(Stream) |
Reads an MP3 frame from a stream
|
![]() ![]() | CreateFrom(Stream, Boolean) | Reads an MP3Frame from a stream |
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |