Class XingHeader
Represents a Xing VBR header
public class XingHeader
- Inheritance
-
XingHeader
- Inherited Members
Properties
Bytes
Number of bytes
public int Bytes { get; set; }
Property Value
Frames
Number of frames
public int Frames { get; set; }
Property Value
Mp3Frame
The MP3 frame
public Mp3Frame Mp3Frame { get; }
Property Value
VbrScale
VBR Scale property
public int VbrScale { get; }
Property Value
Methods
LoadXingHeader(Mp3Frame)
Load Xing Header
public static XingHeader LoadXingHeader(Mp3Frame frame)
Parameters
frame
Mp3FrameFrame
Returns
- XingHeader
Xing Header