OGMRipDvdcpy

OGMRipDvdcpy — A codec to copy a DVD title

Synopsis

#include <ogmrip-dvdcpy.h>

struct              OGMRipDvdCpy;
struct              OGMRipDvdCpyClass;
OGMJobSpawn *       ogmrip_dvdcpy_new                   (OGMDvdTitle *title,
                                                         const gchar *output);

Object Hierarchy

  GObject
   +----OGMJobSpawn
         +----OGMJobContainer
               +----OGMJobBin
                     +----OGMRipCodec
                           +----OGMRipDvdCpy

Description

Details

struct OGMRipDvdCpy

struct OGMRipDvdCpy;


struct OGMRipDvdCpyClass

struct OGMRipDvdCpyClass {
  OGMRipCodecClass parent_class;
};


ogmrip_dvdcpy_new ()

OGMJobSpawn *       ogmrip_dvdcpy_new                   (OGMDvdTitle *title,
                                                         const gchar *output);

Creates a new OGMRipDvdcpy.

title :

An OGMDvdTitle

output :

The output file

Returns :

The new OGMRipDvdcpy