|
| MediaConnect (String^ friendlyName) |
|
| MediaConnect (String^ friendlyName, String^ uuid, Int16 port) |
|
| MediaConnect (PLT_MediaConnect *server) |
|
delegate Int32 | BrowseMetadataDelegate (Action^ action, String^ object_id, String^ filter, Int32 starting_index, Int32 requested_count, String^ sort_criteria, HttpRequestContext^ context) |
|
delegate Int32 | BrowseDirectChildrenDelegate (Action^ action, String^ object_id, String^ filter, Int32 starting_index, Int32 requested_count, String^ sort_criteria, HttpRequestContext^ context) |
|
delegate Int32 | SearchContainerDelegate (Action^ action, String^ object_id, String^ searchCriteria, String^ filter, Int32 starting_index, Int32 requested_count, String^ sort_criteria, HttpRequestContext^ context) |
|
delegate Int32 | ProcessFileRequestDelegate (HttpRequestContext^ context, HttpResponse^ response) |
|
Int32 | OnBrowseDirectChildrenDelegate (Action^ action, String^ object_id, String^ filter, Int32 starting_index, Int32 requested_count, String^ sort_criteria, HttpRequestContext^ context) |
|
Int32 | OnSearchContainerDelegate (Action^ action, String^ object_id, String^ searchCriteria, String^ filter, Int32 starting_index, Int32 requested_count, String^ sort_criteria, HttpRequestContext^ context) |
|
Int32 | OnProcessFileRequestDelegate (HttpRequestContext^ context, HttpResponse^ response) |
|
| MediaServer (String^ friendlyName) |
|
| MediaServer (String^ friendlyName, String^ uuid) |
|
| MediaServer (PLT_MediaServer *server) |
|
void | UpdateSystemUpdateID (Int32 update) |
|
void | UpdateContainerUpdateID (String^ id, Int32 update) |
|
virtual Boolean | Equals (Object^ obj) override |
|
internal | DeviceData ((PLT_DeviceDataReference &) *m_pHostHandle) |
|
| DeviceHost (PLT_DeviceHost &devHost) |
|
void | setLeaseTime (TimeSpan^ lease) |
|
NPT_Result | AddIcon (DeviceIcon^ icon, array< Byte >^ data) |
|
Service | FindServiceById (String^ serviceId) |
|
Service | FindServiceByType (String^ type) |
|
Service | FindServiceBySCPDURL (Uri^ url) |
|
Service | FindServiceByControlURL (Uri^ url) |
|
Service | FindServiceByEventSubURL (Uri^ url) |
|
| DeviceData (PLT_DeviceData &devData) |
|