xbmc
|
The PLT_Constants class provides a way to globally set or get certain UPnP constants. More...
#include <PltConstants.h>
Public Member Functions | |
void | SetDefaultDeviceLease (NPT_TimeInterval lease) |
NPT_Reference< NPT_TimeInterval > | GetDefaultDeviceLease () |
void | SetDefaultSubscribeLease (NPT_TimeInterval lease) |
NPT_Reference< NPT_TimeInterval > | GetDefaultSubscribeLease () |
void | SetDefaultUserAgent (const char *agent) |
NPT_Reference< NPT_String > | GetDefaultUserAgent () |
void | SetSearchMulticastTimeToLive (NPT_UInt32 ttl) |
NPT_UInt32 | GetSearchMulticastTimeToLive () |
void | SetAnnounceMulticastTimeToLive (NPT_UInt32 ttl) |
NPT_UInt32 | GetAnnounceMulticastTimeToLive () |
Static Public Member Functions | |
static PLT_Constants & | GetInstance () |
The PLT_Constants class provides a way to globally set or get certain UPnP constants.