search for: get_available_frunick_codec

Displaying 4 results from an estimated 4 matches for "get_available_frunick_codec".

2004 Sep 10
2
Unified codec interface
...(Of course I am not proposing this name, I'm sure the suits in the industry would not like it...but for my example its OK ;) Now, an application should do something like this: #include <frunick.h> void *my_encoder = create_frunick_encoder(); // a new encoding context char **codecs = get_available_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_param...
2004 Sep 10
2
Unified codec interface
...(Of course I am not proposing this name, I'm sure the suits in the industry would not like it...but for my example its OK ;) Now, an application should do something like this: #include <frunick.h> void *my_encoder = create_frunick_encoder(); // a new encoding context char **codecs = get_available_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_param...
2004 Aug 06
0
Re: [Flac-dev] Unified codec interface
...sure the suits in the > industry would not like it...but for my example its OK ;) > > Now, an application should do something like this: > > #include <frunick.h> > > void *my_encoder = create_frunick_encoder(); > // a new encoding context > > char **codecs = get_available_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 se...
2003 Jan 30
0
[Fwd: Unified codec interface]
...(Of course I am not proposing this name, I'm sure the suits in the industry would not like it...but for my example its OK ;) Now, an application should do something like this: #include <frunick.h> void *my_encoder = create_frunick_encoder(); // a new encoding context char **codecs = get_available_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_parame...