Méthode | Description | |
---|---|---|
AddOutputSource ( int Channel ) : bool |
Adds a Bass Channel to Wasapi Output Mixer.
|
|
Get ( int Device ) : |
Get Device By Index.
|
|
Init ( int Frequency = 44100, int Channels = 2, bool Shared = true, bool UseEventSync = false, int Buffer, int Period ) : bool |
Initialises the device.
|
|
RemoveOutputSource ( int Channel ) : bool |
Removes a Bass Channel from Wasapi Output Mixer.
|
Méthode | Description | |
---|---|---|
OnProc ( |
||
WasapiPlaybackDevice ( int Index ) : ManagedBass.Mix |
public AddOutputSource ( int Channel ) : bool | ||
Channel | int | |
Résultat | bool |
public static Get ( int Device ) : |
||
Device | int | |
Résultat |
public Init ( int Frequency = 44100, int Channels = 2, bool Shared = true, bool UseEventSync = false, int Buffer, int Period ) : bool | ||
Frequency | int | |
Channels | int | |
Shared | bool | |
UseEventSync | bool | |
Buffer | int | |
Period | int | |
Résultat | bool |
public RemoveOutputSource ( int Channel ) : bool | ||
Channel | int | |
Résultat | bool |