C# 클래스 SFML.Audio.SoundBufferRecorder

Specialized SoundRecorder which saves the captured audio data into a sound buffer
상속: SoundRecorder
파일 보기 프로젝트 열기: SFML/SFML.Net 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Provide a string describing the object

보호된 메소드들

메소드 설명
OnProcessSamples ( short samples ) : bool

Process a new chunk of recorded samples

OnStart ( ) : bool

Called when a new capture starts

OnStop ( ) : void

Called when the current capture stops

메소드 상세

OnProcessSamples() 보호된 메소드

Process a new chunk of recorded samples
protected OnProcessSamples ( short samples ) : bool
samples short Array of samples to process
리턴 bool

OnStart() 보호된 메소드

Called when a new capture starts
protected OnStart ( ) : bool
리턴 bool

OnStop() 보호된 메소드

Called when the current capture stops
protected OnStop ( ) : void
리턴 void

ToString() 공개 메소드

Provide a string describing the object
public ToString ( ) : string
리턴 string