C# 클래스 WAVTools.WAVWriter

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

공개 메소드들

메소드 설명
Close ( ) : void
WAVWriter ( Stream stream, int bitsPerSample, int channelCount, int sampleRate ) : System
WAVWriter ( string path, int bitsPerSample, int channelCount, int sampleRate ) : System
Write ( byte buff, int sampleCount ) : void

비공개 메소드들

메소드 설명
GetDataChunkSize ( long sampleCount ) : uint
WriteHeaders ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

WAVWriter() 공개 메소드

public WAVWriter ( Stream stream, int bitsPerSample, int channelCount, int sampleRate ) : System
stream Stream
bitsPerSample int
channelCount int
sampleRate int
리턴 System

WAVWriter() 공개 메소드

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

Write() 공개 메소드

public Write ( byte buff, int sampleCount ) : void
buff byte
sampleCount int
리턴 void