OGMRipSrt

OGMRipSrt — A subtitles codec to extract in SubRip Text

Synopsis

                    OGMRipSrt;
OGMJobSpawn*        ogmrip_srt_new                      (OGMDvdSubpStream *subp,
                                                         const gchar *output);

Description

Details

OGMRipSrt

typedef struct {
  OGMRipSubpCodec parent_instance;

  OGMRipSrtPriv *priv;
} OGMRipSrt;


ogmrip_srt_new ()

OGMJobSpawn*        ogmrip_srt_new                      (OGMDvdSubpStream *subp,
                                                         const gchar *output);

Creates a new OGMRipSrt.

subp :

An OGMDvdSubpStream

output :

The output file

Returns :

The new OGMRipSrt