C# 클래스 Glare.Audio.FilterAudioStream

상속: AudioStream
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
Close ( ) : void
FilterAudioStream ( AudioStream source, bool closeSourceOnClose = false ) : System
Read ( byte buffer, int offset, int count ) : int

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

FilterAudioStream() 공개 메소드

public FilterAudioStream ( AudioStream source, bool closeSourceOnClose = false ) : System
source AudioStream
closeSourceOnClose bool
리턴 System

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int