C# Class ManagedBass.RecordDevice

Bass Recording Device.
Inheritance: IDisposable
Show file Open project: ManagedBass/ManagedBass Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Ensure ( ) : void
RecordDevice ( int DeviceIndex ) : System

Method Details

Dispose() public method

Frees an initialized Device
public Dispose ( ) : void
return void

GetByIndex() public static method

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

Init() public method

Initialize a Device for Recording
public Init ( ) : bool
return bool

ToString() public method

Returns the Name of the Device
public ToString ( ) : string
return string