search for: pecify_frunick_parameter

Displaying 1 result from an estimated 1 matches for "pecify_frunick_parameter".

2003 Jan 30
0
[Fwd: 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 pecify_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! <p><p><p> -- Csil...