![]() |
![]() |
![]() |
OGMRip Reference Manual | ![]() |
---|---|---|---|---|
#include <ogmrip-chapters.h> OGMRipChapters; OGMJobSpawn* ogmrip_chapters_new (OGMDvdTitle *title, const gchar *output); gchar* ogmrip_chapters_get_label (OGMRipChapters *chapters, guint n); void ogmrip_chapters_set_label (OGMRipChapters *chapters, guint n, const gchar *label);
GObject +----OGMJobSpawn +----OGMJobContainer +----OGMJobBin +----OGMRipCodec +----OGMRipChapters
OGMJobSpawn* ogmrip_chapters_new (OGMDvdTitle *title, const gchar *output);
Creates a new OGMRipChapters.
title : |
An OGMDvdTitle |
output : |
The output file |
Returns : | The new OGMRipChapters |
gchar* ogmrip_chapters_get_label (OGMRipChapters *chapters, guint n);
Returns the label of this chapter.
chapters : |
An OGMRipChapters |
n : |
A chapter number |
Returns : | The label |
void ogmrip_chapters_set_label (OGMRipChapters *chapters, guint n, const gchar *label);
Sets the label this chapter.
chapters : |
An OGMRipChapters |
n : |
A chapter number |
label : |
A label |