C# 클래스 ManagedBass.RecordDevice

Bass Recording Device.
상속: IDisposable
파일 보기 프로젝트 열기: ManagedBass/ManagedBass 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Frees an initialized Device

GetByIndex ( int Device ) : RecordDevice

Get Device by Index.

Init ( ) : bool

Initialize a Device for Recording

ToString ( ) : string

Returns the Name of the Device

비공개 메소드들

메소드 설명
Ensure ( ) : void
RecordDevice ( int DeviceIndex ) : System

메소드 상세

Dispose() 공개 메소드

Frees an initialized Device
public Dispose ( ) : void
리턴 void

GetByIndex() 공개 정적인 메소드

Get Device by Index.
public static GetByIndex ( int Device ) : RecordDevice
Device int
리턴 RecordDevice

Init() 공개 메소드

Initialize a Device for Recording
public Init ( ) : bool
리턴 bool

ToString() 공개 메소드

Returns the Name of the Device
public ToString ( ) : string
리턴 string