C# 클래스 QiyiFLV2MP4.WAVWriter

상속: IAudioWriter
파일 보기 프로젝트 열기: fengmoxi/QiyiFLV2MP4

공개 메소드들

메소드 설명
Finish ( ) : void
WAVWriter ( string path, int bitsPerSample, int channelCount, int sampleRate ) : System
WriteChunk ( byte chunk, uint timeStamp ) : void

메소드 상세

Finish() 공개 메소드

public Finish ( ) : void
리턴 void

WAVWriter() 공개 메소드

public WAVWriter ( string path, int bitsPerSample, int channelCount, int sampleRate ) : System
path string
bitsPerSample int
channelCount int
sampleRate int
리턴 System

WriteChunk() 공개 메소드

public WriteChunk ( byte chunk, uint timeStamp ) : void
chunk byte
timeStamp uint
리턴 void