C# 클래스 GAudio.AGATAudioFile.WavFile

상속: AGATAudioFile
파일 보기 프로젝트 열기: gregzo/G-Audio

공개 메소드들

메소드 설명
ReadNextChunk ( float target, int offset, int numFrames ) : int

Returns number of frames read

WavFile ( Stream stream ) : System
WavFile ( string path ) : System

보호된 메소드들

메소드 설명
FreeResources ( ) : void

비공개 메소드들

메소드 설명
ParseHeader ( ) : void

메소드 상세

FreeResources() 보호된 메소드

protected FreeResources ( ) : void
리턴 void

ReadNextChunk() 공개 메소드

Returns number of frames read
public ReadNextChunk ( float target, int offset, int numFrames ) : int
target float
offset int
numFrames int
리턴 int

WavFile() 공개 메소드

public WavFile ( Stream stream ) : System
stream Stream
리턴 System

WavFile() 공개 메소드

public WavFile ( string path ) : System
path string
리턴 System