Table of Contents

Class XingHeader

Namespace
NAudio.Wave
Assembly
NAudio.Core.dll

Represents a Xing VBR header

public class XingHeader
Inheritance
XingHeader
Inherited Members

Properties

Bytes

Number of bytes

public int Bytes { get; set; }

Property Value

int

Frames

Number of frames

public int Frames { get; set; }

Property Value

int

Mp3Frame

The MP3 frame

public Mp3Frame Mp3Frame { get; }

Property Value

Mp3Frame

VbrScale

VBR Scale property

public int VbrScale { get; }

Property Value

int

Methods

LoadXingHeader(Mp3Frame)

Load Xing Header

public static XingHeader LoadXingHeader(Mp3Frame frame)

Parameters

frame Mp3Frame

Frame

Returns

XingHeader

Xing Header