OGMRipAac
OGMRipAac — An audio codec to encode in AAC
|
|
Details
OGMRipAac
typedef struct {
OGMRipAudio parent_instance;
OGMRipAacPriv *priv;
} 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
|