AVFifoBuffer

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc nothrow
struct AVFifoBuffer {}

Members

Variables

buffer
ubyte* buffer;
Undocumented in source.
end
ubyte* end;
Undocumented in source.
rndx
uint rndx;
Undocumented in source.
rptr
ubyte* rptr;
Undocumented in source.
wndx
uint wndx;
Undocumented in source.
wptr
ubyte* wptr;
Undocumented in source.

Meta