Click or drag to resize
Mp3Frame Class
Represents an MP3 Frame
Inheritance Hierarchy
SystemObject
  Ozeki.MediaMp3Frame

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class Mp3Frame

The Mp3Frame type exposes the following members.

Constructors
  NameDescription
Public methodMp3Frame(Stream)
Reads an MP3Frame from a stream
Public methodMp3Frame(Stream, Boolean)
Reads an MP3Frame from a stream
Top
Properties
  NameDescription
Public propertyBitRate
Bit Rate
Public propertyChannelMode
Channel Mode
Public propertyFrameLength
Frame length in bytes
Public propertyMpegLayer
MPEG Layer
Public propertyMpegVersion
MPEG Version
Public propertyRawData
Raw frame data
Public propertySampleCount
The number of samples in this frame
Public propertySampleRate
Sample rate of this frame
Top
See Also