Метод | Описание | |
---|---|---|
ApplyOn ( |
Applies the DSP on a MediaPlayer.
|
|
ApplyOn ( int Channel, int Priority ) : void |
Applies the DSP on a Channel.
|
|
Dispose ( ) : void |
Frees all resources used by this instance.
|
Метод | Описание | |
---|---|---|
Callback ( |
DSP Callback.
|
Метод | Описание | |
---|---|---|
OnDsp ( int handle, int channel, |
||
Reassign ( int h ) : void |
public ApplyOn ( |
||
Player | ||
Priority | int | Priority of the DSP in the DSP chain. |
Результат | void |
public ApplyOn ( int Channel, int Priority ) : void | ||
Channel | int | Channel to apply the DSP on. |
Priority | int | Priority of the DSP in the DSP chain. |
Результат | void |
protected abstract Callback ( |
||
Buffer | Pointer to Buffer allocated by Bass. | |
Length | int | No of bytes in buffer. |
Результат | void |