Customizing the audio filter interface. More...
Public Member Functions | |
void | customFilterProcess (long dataPtr, int numOfSamples, int bytesPerSample, int numOfChannels, int sampleRate) |
Customizing the audio filter interface.
Definition at line 14 of file AlivcLivePushCustomAudioFilter.java.
void com.alivc.component.custom.AlivcLivePushCustomAudioFilter.customFilterProcess | ( | long | dataPtr, |
int | numOfSamples, | ||
int | bytesPerSample, | ||
int | numOfChannels, | ||
int | sampleRate | ||
) |
Custom audio filter processing
dataPtr | data ptr |
numOfSamples | number of samples |
bytesPerSample | bytes per sample |
numOfChannels | number of channels |
sampleRate | sample rate |