MLT  7.22.0
Data Fields
mlt_playlist_clip_info Struct Reference

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...
 

Detailed Description

structure for returning clip information from a playlist entry

Field Documentation

◆ clip

int mlt_playlist_clip_info::clip

the index of the clip within the playlist

◆ cut

mlt_producer mlt_playlist_clip_info::cut

the clips' cut producer

◆ fps

float mlt_playlist_clip_info::fps

the frame rate of the clip

◆ frame_count

mlt_position mlt_playlist_clip_info::frame_count

the duration of the clip

◆ frame_in

mlt_position mlt_playlist_clip_info::frame_in

the clip's in point

◆ frame_out

mlt_position mlt_playlist_clip_info::frame_out

the clip's out point

◆ length

mlt_position mlt_playlist_clip_info::length

the unedited duration of the clip

◆ producer

mlt_producer mlt_playlist_clip_info::producer

the clip's producer (or parent producer of a cut)

◆ repeat

int mlt_playlist_clip_info::repeat

the number of times the clip is repeated

◆ resource

char* mlt_playlist_clip_info::resource

the file name or address of the clip

◆ start

mlt_position mlt_playlist_clip_info::start

the time this begins relative to the beginning of the playlist


The documentation for this struct was generated from the following file: