C# Class QiyiFLV2MP4.MP3Writer

Inheritance: IAudioWriter
Afficher le fichier Open project: fengmoxi/QiyiFLV2MP4

Méthodes publiques

Méthode Description
Finish ( ) : void
MP3Writer ( string path, List warnings ) : System
WriteChunk ( byte chunk, uint timeStamp ) : void

Private Methods

Méthode Description
Flush ( ) : void
GetFrameDataOffset ( int mpegVersion, int channelMode ) : int
GetFrameLength ( int mpegVersion, int bitRate, int sampleRate, int padding ) : int
ParseMP3Frames ( byte buff ) : void
WriteVBRHeader ( bool isPlaceholder ) : void

Method Details

Finish() public méthode

public Finish ( ) : void
Résultat void

MP3Writer() public méthode

public MP3Writer ( string path, List warnings ) : System
path string
warnings List
Résultat System

WriteChunk() public méthode

public WriteChunk ( byte chunk, uint timeStamp ) : void
chunk byte
timeStamp uint
Résultat void