Interface ZegoVideoFilter.Client

    • Method Detail

      • destroy

        void destroy()
      • getSurfaceTexture

        android.graphics.SurfaceTexture getSurfaceTexture()
      • dequeueInputBuffer

        int dequeueInputBuffer​(int width,
                               int height,
                               int stride)
      • getInputBuffer

        java.nio.ByteBuffer getInputBuffer​(int index)
      • queueInputBuffer

        void queueInputBuffer​(int bufferIndex,
                              int width,
                              int height,
                              int stride,
                              long timestamp_100n)
      • onProcessCallback

        void onProcessCallback​(int textureId,
                               int width,
                               int height,
                               long timestamp_100n)