#include <cybergarage/util/clist.h>
#include <cybergarage/util/cstring.h>
#include <cybergarage/typedef.h>
#include <cybergarage/avdebug.h>
#include <cybergarage/avdevice/cavdevice.h>
#include <cybergarage/avcontrol/cavcontrolpoint.h>
#include <cybergarage/contentdirectory/ccontentdirectory.h>
#include <cybergarage/connectionmanager/cconnectionmanager.h>
#include <cybergarage/avtransport/cavtransport.h>
#include <cybergarage/renderingcontrol/crenderingcontrol.h>
Functions | |
CgUpnpAVDevice * | cg_upnp_av_device_new () |
void | cg_upnp_av_device_delete (CgUpnpAVDevice *device) |
void | cg_upnp_av_device_clear (CgUpnpAVDevice *device) |
BOOL | cg_upnp_av_device_isavcapable (CgUpnpAVDevice *avDevice) |
CgUpnpDevice * | cg_upnp_av_device_getupnpdevice (CgUpnpAVDevice *avDevice) |
|
Clear the contents of an AV device
|
|
Destroy an AV device and its sub-structure
|
|
Get the UPnP device associated with the AV device
|
|
Check, whether the given AV device has any of the AV services implemented.
|
|
Create a new AV device
|