MLT
7.28.0
|
structure for returning clip information from a playlist entry More...
#include <mlt_playlist.h>
Data Fields | |
int | clip |
the index of the clip within the playlist More... | |
mlt_producer | cut |
the clips' cut producer More... | |
float | fps |
the frame rate of the clip More... | |
mlt_position | frame_count |
the duration of the clip More... | |
mlt_position | frame_in |
the clip's in point More... | |
mlt_position | frame_out |
the clip's out point More... | |
mlt_position | length |
the unedited duration of the clip More... | |
mlt_producer | producer |
the clip's producer (or parent producer of a cut) More... | |
int | repeat |
the number of times the clip is repeated More... | |
char * | resource |
the file name or address of the clip More... | |
mlt_position | start |
the time this begins relative to the beginning of the playlist More... | |
structure for returning clip information from a playlist entry
int mlt_playlist_clip_info::clip |
the index of the clip within the playlist
mlt_producer mlt_playlist_clip_info::cut |
the clips' cut producer
float mlt_playlist_clip_info::fps |
the frame rate of the clip
mlt_position mlt_playlist_clip_info::frame_count |
the duration of the clip
mlt_position mlt_playlist_clip_info::frame_in |
the clip's in point
mlt_position mlt_playlist_clip_info::frame_out |
the clip's out point
mlt_position mlt_playlist_clip_info::length |
the unedited duration of the clip
mlt_producer mlt_playlist_clip_info::producer |
the clip's producer (or parent producer of a cut)
int mlt_playlist_clip_info::repeat |
the number of times the clip is repeated
char* mlt_playlist_clip_info::resource |
the file name or address of the clip
mlt_position mlt_playlist_clip_info::start |
the time this begins relative to the beginning of the playlist