C# Class QiyiFLV2MP4.SpeexWriter

Inheritance: IAudioWriter
Mostra file Open project: fengmoxi/QiyiFLV2MP4

Public Methods

Method Description
Finish ( ) : void
SpeexWriter ( string path, int serialNumber ) : System
WriteChunk ( byte chunk, uint timeStamp ) : void

Private Methods

Method Description
AddPacket ( byte data, uint sampleLength, bool delayWrite ) : void
FlushPage ( bool isLastPage ) : void
WriteFramePacket ( byte data, int startBit, int endBit ) : void
WritePage ( ) : void
WriteSpeexHeaderPacket ( ) : void
WriteToPage ( byte data ) : void
WriteToPage ( byte data, int offset, int length ) : void
WriteToPage ( uint data ) : void
WriteToPage ( ulong data ) : void
WriteVorbisCommentPacket ( ) : void

Method Details

Finish() public method

public Finish ( ) : void
return void

SpeexWriter() public method

public SpeexWriter ( string path, int serialNumber ) : System
path string
serialNumber int
return System

WriteChunk() public method

public WriteChunk ( byte chunk, uint timeStamp ) : void
chunk byte
timeStamp uint
return void