MLT 7.30.0
mlt_field.h
Go to the documentation of this file.
1
22
23#ifndef MLT_FIELD_H
24#define MLT_FIELD_H
25
26#include "mlt_types.h"
27
34extern int mlt_field_plant_filter(mlt_field self, mlt_filter that, int track);
35extern int mlt_field_plant_transition(mlt_field self, mlt_transition that, int a_track, int b_track);
36extern void mlt_field_close(mlt_field self);
38
39#endif
mlt_field mlt_field_new(mlt_multitrack multitrack, mlt_tractor tractor)
int mlt_field_plant_filter(mlt_field self, mlt_filter that, int track)
mlt_tractor mlt_field_tractor(mlt_field self)
void mlt_field_close(mlt_field self)
void mlt_field_disconnect_service(mlt_field self, mlt_service service)
mlt_field mlt_field_init()
mlt_service mlt_field_service(mlt_field self)
mlt_properties mlt_field_properties(mlt_field self)
mlt_multitrack mlt_field_multitrack(mlt_field self)
int mlt_field_plant_transition(mlt_field self, mlt_transition that, int a_track, int b_track)
Provides forward definitions of all public types.
struct mlt_multitrack_s * mlt_multitrack
pointer to Multitrack object
Definition mlt_types.h:250
struct mlt_tractor_s * mlt_tractor
pointer to Tractor object
Definition mlt_types.h:253
struct mlt_filter_s * mlt_filter
pointer to Filter object
Definition mlt_types.h:251
struct mlt_field_s * mlt_field
pointer to Field object
Definition mlt_types.h:254
struct mlt_transition_s * mlt_transition
pointer to Transition object
Definition mlt_types.h:252
struct mlt_service_s * mlt_service
pointer to Service object
Definition mlt_types.h:247
struct mlt_properties_s * mlt_properties
pointer to Properties object
Definition mlt_types.h:245