Метод | Описание | |
---|---|---|
GetFilterProperties ( ) : FilterProperty[] | ||
InitFilter ( int slotIndex ) : void |
Initializes the filter.
|
|
ProcessChunk ( float data, int fromIndex, int length, bool emptyData ) : bool |
Apply the filter.
|
|
ResetFilter ( ) : void |
Resets the filter. If the filter is stateless, may do nothing.
|
public GetFilterProperties ( ) : FilterProperty[] | ||
Результат | FilterProperty[] |
public InitFilter ( int slotIndex ) : void | ||
slotIndex | int | |
Результат | void |
public abstract ProcessChunk ( float data, int fromIndex, int length, bool emptyData ) : bool | ||
data | float | Data. |
fromIndex | int | From index. |
length | int | Length. |
emptyData | bool | If data is empty, the filter may still need to add to it( reverbs, for example ), or to reset their state. |
Результат | bool |