| OGMRip Reference Manual | ||||
|---|---|---|---|---|
OGMRipAudioCopy;
OGMJobSpawn* ogmrip_audio_copy_new (OGMDvdAudioStream *audio,
const gchar *output);
typedef struct {
OGMRipAudio parent_instance;
OGMRipAudioCopyPriv *priv;
} OGMRipAudioCopy;
OGMJobSpawn* ogmrip_audio_copy_new (OGMDvdAudioStream *audio, const gchar *output);
Creates a new OGMRipAudioCopy.
audio : |
An OGMDvdAudioStream |
output : |
The output file |
| Returns : | The new OGMRipAudioCopy |