AVMediaCodecContext

This structure holds a reference to a android/view/Surface object that will be used as output by the decoder.

extern (C) @nogc nothrow
struct AVMediaCodecContext {}

Members

Variables

surface
void* surface;

android/view/Surface object reference.

Meta