OGMRipAac

OGMRipAac — An audio codec to encode in AAC

Synopsis

                    OGMRipAac;
OGMJobSpawn*        ogmrip_aac_new                      (OGMDvdAudioStream *audio,
                                                         const gchar *output);

Description

Details

OGMRipAac

typedef struct {
  OGMRipAudioCodec parent_instance;
} OGMRipAac;


ogmrip_aac_new ()

OGMJobSpawn*        ogmrip_aac_new                      (OGMDvdAudioStream *audio,
                                                         const gchar *output);

Creates a new OGMRipAac.

audio :

An OGMDvdAudioStream

output :

The output file

Returns :

The new OGMRipAac