LiVES 1.3.11-svn
Data Fields
lives_clip_data_t Struct Reference

#include <plugins.h>

Data Fields

gchar * URI
 the URI of this cdata
gint nclips
 number of clips (titles) in container
gchar container_name [512]
 name of container, e.g. "ogg" or NULL
gint current_clip
 plugin should init this to 0 if URI changes
gint width
gint height
gint64 nframes
lives_interlace_t interlace
gint offs_x
gint offs_y
gint frame_width
gint frame_height
gfloat par
 pixel aspect ratio
gfloat fps
int * palettes
int current_palette
 plugin should init this to palettes[0] if URI changes
int YUV_sampling
int YUV_clamping
int YUV_subspace
gchar video_name [512]
 name of video codec, e.g. "theora" or NULL
gint arate
gint achans
gint asamps
gboolean asigned
gboolean ainterleaf
gchar audio_name [512]
 name of audio codec, e.g. "vorbis" or NULL
int seek_flag
 bitmap of seek properties
void * priv
 private data for demuxer/decoder - host should not touch this
char * URI
 the URI of this cdata
int nclips
 number of clips (titles) in container
char container_name [512]
 name of container, e.g. "ogg" or NULL
int current_clip
 plugin should init this to 0 if URI changes
int width
int height
int64_t nframes
int offs_x
int offs_y
int frame_width
int frame_height
float par
 pixel aspect ratio
float fps
char video_name [512]
 name of video codec, e.g. "theora" or NULL
int arate
int achans
int asamps
boolean asigned
boolean ainterleaf
char audio_name [512]
 name of audio codec, e.g. "vorbis" or NULL

Field Documentation

name of audio codec, e.g. "vorbis" or NULL

name of audio codec, e.g. "vorbis" or NULL

name of container, e.g. "ogg" or NULL

name of container, e.g. "ogg" or NULL

plugin should init this to 0 if URI changes

current clip number in container (starts at 0, MUST be <= nclips) [rw host]

plugin should init this to 0 if URI changes

current clip number in container (starts at 0, MUST be <= nclips) [rw host]

plugin should init this to palettes[0] if URI changes

current palette [rw host]; must be contained in palettes

number of clips (titles) in container

number of clips (titles) in container

x and y offsets of picture within frame for primary pixel plane

x and y offsets of picture within frame for primary pixel plane

pixel aspect ratio

pixel aspect ratio

private data for demuxer/decoder - host should not touch this

private data for demuxer/decoder

bitmap of seek properties

the URI of this cdata

the URI of this cdata

name of video codec, e.g. "theora" or NULL

name of video codec, e.g. "theora" or NULL


The documentation for this struct was generated from the following files:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines