Customizing the filter interface (Video Pre-Processing Callback) More...
Public Member Functions | |
void | customFilterCreate () |
int | customFilterProcess (int inputTexture, int textureWidth, int textureHeight, long extra) |
void | customFilterDestroy () |
Customizing the filter interface (Video Pre-Processing Callback)
Definition at line 14 of file AlivcLivePushCustomFilter.java.
void com.alivc.component.custom.AlivcLivePushCustomFilter.customFilterCreate | ( | ) |
Custom filter created
void com.alivc.component.custom.AlivcLivePushCustomFilter.customFilterDestroy | ( | ) |
custom filter destroy
int com.alivc.component.custom.AlivcLivePushCustomFilter.customFilterProcess | ( | int | inputTexture, |
int | textureWidth, | ||
int | textureHeight, | ||
long | extra | ||
) |
custom filter process
inputTexture | Input texture, Sample2D type |
textureWidth | texture width |
textureHeight | texture height |
extra | extra |