C# 클래스 ManagedBass.Silence

Plays Silence on the specified Device. Useful for WasapiLoopbackCapture.
상속: IDisposable
파일 보기 프로젝트 열기: ManagedBass/ManagedBass 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Dispose all resources used by this instance.

Play ( ) : bool

Play Silence.

Silence ( PlaybackDevice Device ) : System

Creates a new instance of Silence.

Stop ( ) : bool

Stop playing Silence.

메소드 상세

Dispose() 공개 메소드

Dispose all resources used by this instance.
public Dispose ( ) : void
리턴 void

Play() 공개 메소드

Play Silence.
public Play ( ) : bool
리턴 bool

Silence() 공개 메소드

Creates a new instance of Silence.
public Silence ( PlaybackDevice Device ) : System
Device PlaybackDevice The to use.
리턴 System

Stop() 공개 메소드

Stop playing Silence.
public Stop ( ) : bool
리턴 bool