RetroArch
Typedefs | Functions
video_state_python.h File Reference
#include <stdint.h>
#include <boolean.h>
Include dependency graph for video_state_python.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct py_state py_state_t
 

Functions

py_state_tpy_state_new (const char *program, unsigned is_file, const char *pyclass)
 
void py_state_free (py_state_t *handle)
 
float py_state_get (py_state_t *handle, const char *id, unsigned frame_count)
 

Typedef Documentation

◆ py_state_t

typedef struct py_state py_state_t

Function Documentation

◆ py_state_free()

void py_state_free ( py_state_t handle)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ py_state_get()

float py_state_get ( py_state_t handle,
const char *  id,
unsigned  frame_count 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ py_state_new()

py_state_t* py_state_new ( const char *  program,
unsigned  is_file,
const char *  pyclass 
)
Here is the call graph for this function:
Here is the caller graph for this function: