|
LiVES 1.3.11-svn
|
#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 | |
| gboolean lives_clip_data_t::ainterleaf |
| gboolean lives_clip_data_t::asigned |
| char lives_clip_data_t::audio_name[512] |
name of audio codec, e.g. "vorbis" or NULL
| gchar lives_clip_data_t::audio_name[512] |
name of audio codec, e.g. "vorbis" or NULL
| gchar lives_clip_data_t::container_name[512] |
name of container, e.g. "ogg" or NULL
| char lives_clip_data_t::container_name[512] |
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
| float lives_clip_data_t::fps |
| gfloat lives_clip_data_t::fps |
number of clips (titles) in container
number of clips (titles) in container
| int64_t lives_clip_data_t::nframes |
| gint64 lives_clip_data_t::nframes |
x and y offsets of picture within frame for primary pixel plane
x and y offsets of picture within frame for primary pixel plane
| float lives_clip_data_t::par |
pixel aspect ratio
| gfloat lives_clip_data_t::par |
pixel aspect ratio
| void * lives_clip_data_t::priv |
private data for demuxer/decoder - host should not touch this
private data for demuxer/decoder
bitmap of seek properties
| gchar* lives_clip_data_t::URI |
the URI of this cdata
| char* lives_clip_data_t::URI |
the URI of this cdata
| char lives_clip_data_t::video_name[512] |
name of video codec, e.g. "theora" or NULL
| gchar lives_clip_data_t::video_name[512] |
name of video codec, e.g. "theora" or NULL
1.7.4