OGMRipMp3
OGMRipMp3 — An audio codec to encode in MP3
|
|
Details
OGMRipMp3
typedef struct {
OGMRipAudio parent_instance;
OGMRipMp3Priv *priv;
} OGMRipMp3;
ogmrip_mp3_new ()
OGMJobSpawn* ogmrip_mp3_new (OGMDvdAudioStream *audio,
const gchar *output);
Creates a new OGMRipMp3.
audio : |
An OGMDvdAudioStream
|
output : |
The output file
|
Returns : |
The new OGMRipMp3
|