| Motorola Mobility Confidential Restricted. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
ToiDlnaService Interface Reference Description
This is the main interface which the DLNA service registers with the system's name service. The interface is used by applications to access the DLNA network and create their own DLNA service control point instances. The typical procedure to set up a control point session and communicate with a service in another DLNA device looks like this:
Inheritance diagram for ToiDlnaService:
Member Typedef Documentation
Supported media format profiles of media server icons.
A sequence of DLNA icons.
Universally unique identifier of a DLNA media server.
Sequence of unique DLNA media server identifiers.
The different kinds of DLNA services exposed by DLNA media servers.
A sequence of DLNA service types. Member Function Documentation
This function creates a new Content Directory Service control point for a specific DLNA media server and associates it with the calling application. When the application no longer needs the service, it should release it by calling ToiDlnaContentDirectoryService::releaseInstance().
Returns the operation manager that handles asynchronous operations. The procedure of executing asynchronous operations is generic and looks like this:
Returns a list with device identifiers for the DLNA devices present in the network.
Returns a list with device identifiers for the DLNA devices present in the network.
Member Data DocumentationLarge JPEG icon: size 120x120 pixels, MIME type "image/jpeg". This constant can also be accessed from toi.consts.ToiDlnaService.MEDIA_FORMAT_PROFILE_JPEG_LRG_ICO. Small JPEG icon: size 48x48 pixels, MIME type "image/jpeg". This constant can also be accessed from toi.consts.ToiDlnaService.MEDIA_FORMAT_PROFILE_JPEG_SM_ICO. Large PNG icon: size 120x120 pixels, MIME type "image/png". This constant can also be accessed from toi.consts.ToiDlnaService.MEDIA_FORMAT_PROFILE_PNG_LRG_ICO. Small PNG icon: size 48x48 pixels, MIME type "image/png". This constant can also be accessed from toi.consts.ToiDlnaService.MEDIA_FORMAT_PROFILE_PNG_SM_ICO.
This is an Event identifier for ToiDlnaMediaServerAppearedEvent. This constant can also be accessed from toi.consts.ToiDlnaService.ON_MEDIA_SERVER_APPEARED.
This is an Event identifier for ToiDlnaMediaServerDisappearedEvent. This constant can also be accessed from toi.consts.ToiDlnaService.ON_MEDIA_SERVER_DISAPPEARED. The Content Directory Service used to browse and search for media files. This constant can also be accessed from toi.consts.ToiDlnaService.SERVICE_TYPE_CONTENT_DIRECTORY. |