|
kmediad 0.5.0a
A cross-platform Web-based audio player
|
| khttpd/doxygen.h [code] | |
| khttpd/include/khttpd.h [code] | Umbrella header file for khttpd, to be included by client code |
| khttpd/include/khttpd_response.h [code] | Interface for the khttpd_Response class |
| khttpd/include/khttpd_server.h [code] | Interface for the khttpd_Server class |
| khttpd/src/khttpd_response.c | Implementation of the khttpd_Response class |
| khttpd/src/khttpd_server.c | Implementation of the khttpd_Server class |
| klib/doxygen.h [code] | |
| klib/include/klib.h [code] | Umbrella include file for client code of the klib clases |
| klib/include/klib_array.h [code] | Interface for the klib_Array class, a subclass of klib_Object |
| klib/include/klib_assocarray.h [code] | Interface for the klib_AssocArray class, a subclass of klib_Object |
| klib/include/klib_defines.h [code] | Fundamental definitions used by the klib classes |
| klib/include/klib_error.h [code] | Interface of the klib_Error class; a subclass of klib_Object |
| klib/include/klib_httprequest.h [code] | Interface of the klib_HttpRequest class; a subclass of klib_Object |
| klib/include/klib_httpresponse.h [code] | Interface of the klib_HttpResponse class; a subclass of klib_Object |
| klib/include/klib_integer.h [code] | Interface of the klib_Integer class; a subclass of klib_Object |
| klib/include/klib_jsonparser.h [code] | Interface of the klib_JSONParser class; a subclass of klib_Object |
| klib/include/klib_list.h [code] | Interface of the klib_List class; a subclass of klib_Object |
| klib/include/klib_log.h [code] | Defines klib logging functions |
| klib/include/klib_nvpair.h [code] | Interface of the klib_NVPair class; subclass of klib_Object |
| klib/include/klib_object.h [code] | Interface of the klib_Object class |
| klib/include/klib_path.h [code] | Interface of the klib_Path class; a subclass of klib_String |
| klib/include/klib_propsfile.h [code] | Interface of the klib_PropsFile class; a subclass of klib_AssocArray |
| klib/include/klib_socket.h [code] | Interface of the klib_Socket class; a subclass of klib_Object |
| klib/include/klib_string.h [code] | Interface of the klib_String class; a subclass of klib_Object |
| klib/src/klib_array.c | Implementation of the klib_Array class |
| klib/src/klib_assocarray.c | Implementation of the klib_AssocArray class |
| klib/src/klib_error.c | Implementation of the klib_Error class |
| klib/src/klib_httprequest.c | Implementation of the klib_HttpRequest class |
| klib/src/klib_httpresponse.c | Implementation of the klib_HttpResponse class |
| klib/src/klib_integer.c | Implementation of the klib_Integer class |
| klib/src/klib_jsonparser.c | Implementation of the klib_JSONParser class |
| klib/src/klib_list.c | Implementation of the klib_List class |
| klib/src/klib_log.c | Implementation of klib logging functions |
| klib/src/klib_nvpair.c | Implementation of the klib_NVPair class |
| klib/src/klib_object.c | Implementation of the klib_Object class |
| klib/src/klib_path.c | Implementation of the klib_Path class |
| klib/src/klib_propsfile.c | Implementation of the klib_Path class |
| klib/src/klib_socket.c | Implementation of the klib_Socket class |
| klib/src/klib_string.c | Implementation of the klib_String class |
| kmediad/doxygen.h [code] | |
| kmediad/src/kmediad_album.c | Implementation of the kmediad_Album class |
| kmediad/src/kmediad_album.h [code] | Interface of the kmediad_Album class; a subclass of klib_Object |
| kmediad/src/kmediad_api.c | Contains an error mapping function to map kmediad_Server error codes onto error messages that clients might prefer to present to users |
| kmediad/src/kmediad_api.h [code] | Defines error codes returned by the command processor in kmediad_Server |
| kmediad/src/kmediad_cmdproc.c | Implements the command processor of kmediad_Server |
| kmediad/src/kmediad_cmdproc.h [code] | Interface of kmediad_CmdProc, the command processor of kmediad_Server |
| kmediad/src/kmediad_database.c | Implementation of the kmediad_Database class |
| kmediad/src/kmediad_database.h [code] | Interface of the kmediad_Database class; a subclass of klib_Object |
| kmediad/src/kmediad_gui.c | Implementation of the kmediad_Gui class |
| kmediad/src/kmediad_gui.h [code] | Interface of the kmediad_Gui class; a subclass of klib_Object |
| kmediad/src/kmediad_mediainfo.c | Implementation of the kmediad_MediaInfo class |
| kmediad/src/kmediad_mediainfo.h [code] | Interface of the kmediad_MediaInfo class; a subclass of klib_Object |
| kmediad/src/kmediad_mediascanner.c | Implementation of the kmediad_MediaScanner class |
| kmediad/src/kmediad_mediascanner.h [code] | Interface of the kmediad_MediaScanner class; a subclass of klib_Object |
| kmediad/src/kmediad_searchconstraints.c | Implementation of the kmediad_SearchConstraints class |
| kmediad/src/kmediad_searchconstraints.h [code] | Interface of the kmediad_SearchConstraints clas; a subclass of klib_Object s |
| kmediad/src/kmediad_searchop.c | Implementation of the kmediad_SearchOp class |
| kmediad/src/kmediad_searchop.h [code] | Interface of the kmediad_SearchOp class; a subclass of klib_Object |
| kmediad/src/kmediad_server.c | Implements the kmediad_Server class |
| kmediad/src/kmediad_server.h [code] | Interface of the kmediad_Server clas; a subclass of khttpd_Server s |
| kmediad/src/kmediad_server_main.c | Implementation of the main() function; program entry point |
| kmediad/src/kmediad_utils.c | Implement various utility functions |
| kmediad/src/kmediad_utils.h [code] | Define various utility functions |
| kmediad/src/kmediad_winui.c | Implements the trivial Windows user interface, using raw Windows API calls |
| kmediad/src/kmediad_winui.h [code] | Defines the functions used to access the Windows user interface, such as it is |
| kmediad/src/mainpage.h [code] | |
| kmediad/src/tag_reader.c | Implements an ID3 tag parser |
| kmediad/src/tag_reader.h [code] | Defines an ID3 targ reader and parser |
| kmediad/src/xine_interface.c | Implementation of the XineInterface class |
| kmediad/src/xine_interface.h [code] | Interface of the XineInterface class; a subclass of klib_Object |
1.7.4