C# 클래스 GAudio.AGATAudioFile.OggFile

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

공개 메소드들

메소드 설명
OggFile ( Stream stream ) : System
ReadNextChunk ( float target, int offset, int numFrames ) : int

보호된 메소드들

메소드 설명
FreeResources ( ) : void

메소드 상세

FreeResources() 보호된 메소드

protected FreeResources ( ) : void
리턴 void

OggFile() 공개 메소드

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

ReadNextChunk() 공개 메소드

public ReadNextChunk ( float target, int offset, int numFrames ) : int
target float
offset int
numFrames int
리턴 int