Top | ![]() |
![]() |
![]() |
![]() |
void | (*OGMRipEdlFunc) () |
OGMRipEdl * | ogmrip_edl_new () |
void | ogmrip_edl_ref () |
void | ogmrip_edl_unref () |
const gchar * | ogmrip_edl_get_filename () |
void | ogmrip_edl_add () |
void | ogmrip_edl_foreach () |
gboolean | ogmrip_edl_dump () |
void (*OGMRipEdlFunc) (OGMRipEdlAction action
,gdouble start
,gdouble end
,gpointer data
);
Specifies the type of functions passed to ogmrip_edl_foreach()
.
void
ogmrip_edl_ref (OGMRipEdl *edl
);
Increments the reference count of the OGMRipEdl.
void
ogmrip_edl_unref (OGMRipEdl *edl
);
Decrements the reference count of the OGMRipEdl and frees if the result is 0.
const gchar *
ogmrip_edl_get_filename (OGMRipEdl *edl
);
Gets the filename of the EDL.
void ogmrip_edl_add (OGMRipEdl *edl
,OGMRipEdlAction action
,gdouble start
,gdouble end
);
Adds the given action to the EDL.
void ogmrip_edl_foreach (OGMRipEdl *edl
,OGMRipEdlFunc func
,gpointer data
);
Invokes func
on each EDL entry.