C# Class ManagedBass.RecordDevice

Bass Recording Device.
Inheritance: IDisposable
Afficher le fichier Open project: ManagedBass/ManagedBass Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Ensure ( ) : void
RecordDevice ( int DeviceIndex ) : System

Method Details

Dispose() public méthode

Frees an initialized Device
public Dispose ( ) : void
Résultat void

GetByIndex() public static méthode

Get Device by Index.
public static GetByIndex ( int Device ) : RecordDevice
Device int
Résultat RecordDevice

Init() public méthode

Initialize a Device for Recording
public Init ( ) : bool
Résultat bool

ToString() public méthode

Returns the Name of the Device
public ToString ( ) : string
Résultat string