kmediad 0.5.0a
A cross-platform Web-based audio player
File List
Here is a list of all files with brief descriptions:
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.cImplementation of the khttpd_Response class
khttpd/src/khttpd_server.cImplementation 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.cImplementation of the klib_Array class
klib/src/klib_assocarray.cImplementation of the klib_AssocArray class
klib/src/klib_error.cImplementation of the klib_Error class
klib/src/klib_httprequest.cImplementation of the klib_HttpRequest class
klib/src/klib_httpresponse.cImplementation of the klib_HttpResponse class
klib/src/klib_integer.cImplementation of the klib_Integer class
klib/src/klib_jsonparser.cImplementation of the klib_JSONParser class
klib/src/klib_list.cImplementation of the klib_List class
klib/src/klib_log.cImplementation of klib logging functions
klib/src/klib_nvpair.cImplementation of the klib_NVPair class
klib/src/klib_object.cImplementation of the klib_Object class
klib/src/klib_path.cImplementation of the klib_Path class
klib/src/klib_propsfile.cImplementation of the klib_Path class
klib/src/klib_socket.cImplementation of the klib_Socket class
klib/src/klib_string.cImplementation of the klib_String class
kmediad/doxygen.h [code]
kmediad/src/kmediad_album.cImplementation 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.cContains 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.cImplements 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.cImplementation 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.cImplementation 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.cImplementation 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.cImplementation 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.cImplementation 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.cImplementation 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.cImplements 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.cImplementation of the main() function; program entry point
kmediad/src/kmediad_utils.cImplement various utility functions
kmediad/src/kmediad_utils.h [code]Define various utility functions
kmediad/src/kmediad_winui.cImplements 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.cImplements an ID3 tag parser
kmediad/src/tag_reader.h [code]Defines an ID3 targ reader and parser
kmediad/src/xine_interface.cImplementation of the XineInterface class
kmediad/src/xine_interface.h [code]Interface of the XineInterface class; a subclass of klib_Object