LiVES
3.2.0
|
#include <multitrack.h>
Data Fields | |
lives_lmap_error_t | type |
char * | name |
livespointer | data |
int | clipno |
int | frameno |
double | atime |
boolean | current |
Definition at line 1032 of file multitrack.h.
double lmap_error::atime |
Definition at line 1037 of file multitrack.h.
Referenced by buffer_lmap_error(), and unbuffer_lmap_errors().
int lmap_error::clipno |
Definition at line 1036 of file multitrack.h.
Referenced by buffer_lmap_error(), and unbuffer_lmap_errors().
boolean lmap_error::current |
Definition at line 1038 of file multitrack.h.
Referenced by buffer_lmap_error(), and unbuffer_lmap_errors().
livespointer lmap_error::data |
Definition at line 1035 of file multitrack.h.
Referenced by buffer_lmap_error(), and unbuffer_lmap_errors().
int lmap_error::frameno |
Definition at line 1036 of file multitrack.h.
Referenced by buffer_lmap_error(), and unbuffer_lmap_errors().
char* lmap_error::name |
Definition at line 1034 of file multitrack.h.
Referenced by buffer_lmap_error(), and unbuffer_lmap_errors().
lives_lmap_error_t lmap_error::type |
Definition at line 1033 of file multitrack.h.
Referenced by buffer_lmap_error(), and unbuffer_lmap_errors().