|
mlt 0.7.6
|
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 | |
| mlt_producer | cut |
| the clips' cut producer | |
| float | fps |
| the frame rate of the clip | |
| mlt_position | frame_count |
| the duration of the clip | |
| mlt_position | frame_in |
| the clip's in point | |
| mlt_position | frame_out |
| the clip's out point | |
| mlt_position | length |
| the unedited duration of the clip | |
| mlt_producer | producer |
| the clip's producer (or parent producer of a cut) | |
| int | repeat |
| the number of times the clip is repeated | |
| char * | resource |
| the file name or address of the clip | |
| mlt_position | start |
| the time this begins relative to the beginning of the playlist | |
structure for returning clip information from a playlist entry
the index of the clip within the playlist
the clips' cut producer
the frame rate of the clip
the duration of the clip
the clip's in point
the clip's out point
the unedited duration of the clip
the clip's producer (or parent producer of a cut)
the number of times the clip is repeated
the file name or address of the clip
the time this begins relative to the beginning of the playlist
1.7.3