C# Class ManagedBass.PlaybackDevice

Bass Playback 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 ) : PlaybackDevice

Get Device by Index.

Init ( int Frequency = 44100, DeviceInitFlags Flags = DeviceInitFlags.Default ) : bool

Initialize a Device for Playback

Pause ( ) : bool

Pause Output.

Start ( ) : bool

Start Output.

Stop ( ) : bool

Stop Output.

ToString ( ) : string

Returns the Name of the Device

Private Methods

Méthode Description
Ensure ( ) : void
PlaybackDevice ( 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 ) : PlaybackDevice
Device int
Résultat PlaybackDevice

Init() public méthode

Initialize a Device for Playback
public Init ( int Frequency = 44100, DeviceInitFlags Flags = DeviceInitFlags.Default ) : bool
Frequency int
Flags DeviceInitFlags
Résultat bool

Pause() public méthode

Pause Output.
public Pause ( ) : bool
Résultat bool

Start() public méthode

Start Output.
public Start ( ) : bool
Résultat bool

Stop() public méthode

Stop Output.
public Stop ( ) : bool
Résultat bool

ToString() public méthode

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