Top | ![]() |
![]() |
![]() |
![]() |
OGMJobSpawn * | ogmrip_chapters_new () |
const gchar * | ogmrip_chapters_get_label () |
void | ogmrip_chapters_set_label () |
GObject ╰── OGMJobSpawn ╰── OGMJobContainer ╰── OGMJobBin ╰── OGMRipCodec ╰── OGMRipChapters
OGMJobSpawn * ogmrip_chapters_new (OGMDvdTitle *title
,const gchar *output
);
Creates a new OGMRipChapters.
const gchar * ogmrip_chapters_get_label (OGMRipChapters *chapters
,guint n
);
Returns the label of this chapter.
void ogmrip_chapters_set_label (OGMRipChapters *chapters
,guint n
,const gchar *label
);
Sets the label this chapter.