Data structure containing information from a Xing/Info header.
Declaration Syntax
C# | Visual Basic |
public class XingInfoHeaderData
Public Class XingInfoHeaderData
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
XingInfoHeaderData()()()() |
Default constructor.
| |
EncoderDelay |
Encoder delay.
Ex: 576
| |
EncoderPadding |
Encoder padding.
Ex: 1800
| |
EncoderVersion |
Encoder version.
Ex: LAME3.98
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
HeaderType |
Indicates the type of header.
The XING header is found on MP3 files encoded using LAME and VBR/ABR settings.
The INFO header is found on MP3 files encoded using LAME and CBR settings.
Both headers are in fact the same.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Status |
Indicates if the Xing/Info header was loaded successfully.
| |
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
XingInfoHeaderData |