Displaying 3 results from an estimated 3 matches for "specify_frunick_paramet".
Did you mean:
specify_frunick_parameter
2004 Sep 10
2
Unified codec interface
...ailable_frunick_codecs();
// returns list of available codecs
load_frunick_codec(my_encoder, "vorbis");
//dynamically loads the selected codec, returns error if not available
char **parameters == get_frunick_codecs_parameters();
//get a list of the tuneable params of the selected codec
specify_frunick_parameter(my_encoder, "quality", "7");
//set a parameter of the codec
....and so on.
I have not yet looked into nor gstreamer nor uci
( http://uci.sourceforge.net/ ), so I don't know whether this thing
already exists ... but I hope once it will!
--
Csillag Krist?f <fenwick...
2004 Sep 10
2
Unified codec interface
...ailable_frunick_codecs();
// returns list of available codecs
load_frunick_codec(my_encoder, "vorbis");
//dynamically loads the selected codec, returns error if not available
char **parameters == get_frunick_codecs_parameters();
//get a list of the tuneable params of the selected codec
specify_frunick_parameter(my_encoder, "quality", "7");
//set a parameter of the codec
....and so on.
I have not yet looked into nor gstreamer nor uci
( http://uci.sourceforge.net/ ), so I don't know whether this thing
already exists ... but I hope once it will!
--
Csillag Krist?f <fenwick...
2004 Aug 06
0
Re: [Flac-dev] Unified codec interface
...t of available codecs
>
> load_frunick_codec(my_encoder, "vorbis");
> //dynamically loads the selected codec, returns error if not available
>
> char **parameters == get_frunick_codecs_parameters();
> //get a list of the tuneable params of the selected codec
>
> specify_frunick_parameter(my_encoder, "quality", "7");
> //set a parameter of the codec
>
> ....and so on.
>
> I have not yet looked into nor gstreamer nor uci
> ( http://uci.sourceforge.net/ ), so I don't know whether this thing
> already exists ... but I hope once it will!...