OGMRipMp4
OGMRipMp4 — The MP4 container
|
|
Details
OGMRipMp4
typedef struct {
OGMRipContainer parent_instance;
OGMRipMp4Priv *priv;
} OGMRipMp4;
ogmrip_mp4_new ()
OGMJobSpawn* ogmrip_mp4_new (const gchar *output);
Creates a new OGMRipMp4.
output :
|
The output file
|
Returns : |
The new OGMRipMp4
|