Valkka  0.17.0
OpenSource Video Management
Public Member Functions | Public Attributes | List of all members
FrameFifoContext Struct Reference

Describes the stack structure and fifo behaviour for a FrameFifo. More...

#include <framefifo.h>

Public Member Functions

 FrameFifoContext (int n_basic, int n_avpkt, int n_avframe, int n_yuvpbo, int n_setup, int n_signal, bool flush_when_full)
 
 FrameFifoContext (int n_signal)
 

Public Attributes

int n_basic
 data at payload // <pyapi>
 
int n_avpkt
 data at ffmpeg avpkt // <pyapi>
 
int n_avframe
 data at ffmpeg av_frame and ffmpeg av_codec_context // <pyapi>
 
int n_yuvpbo
 data at yuvpbo struct // <pyapi>
 
int n_setup
 setup data // <pyapi>
 
int n_signal
 signal to AVThread or OpenGLThread // <pyapi>
 
int n_marker
 marks start/end of frame emission. defaults to n_signal // <pyapi>
 
bool flush_when_full
 Flush when filled // <pyapi>
 

Detailed Description

Describes the stack structure and fifo behaviour for a FrameFifo.


The documentation for this struct was generated from the following file: