ly.img.android.pesdk.backend.encoder.video / VideoEncoderInputSurface / <init>

<init>

VideoEncoderInputSurface(surface: <ERROR CLASS>)

Holds state associated with a Surface used for MediaCodec encoder input.

The constructor takes a Surface obtained from MediaCodec.createInputSurface(), and uses that to create an EGL window surface. Calls to eglSwapBuffers() cause a frame of data to be sent to the video encoder.

This object owns the Surface -- releasing this will release the Surface too.