Method | Description | |
---|---|---|
Dispose ( ) : void |
Frees an initialized Device
|
|
GetByIndex ( int Device ) : |
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
|
Method | Description | |
---|---|---|
Ensure ( ) : void | ||
PlaybackDevice ( int DeviceIndex ) : System |
public static GetByIndex ( int Device ) : |
||
Device | int | |
return |
public Init ( int Frequency = 44100, DeviceInitFlags Flags = DeviceInitFlags.Default ) : bool | ||
Frequency | int | |
Flags | DeviceInitFlags | |
return | bool |