This is the documentation for ToiDlnaServiceMediaServerInfo.
Information of a DLNA media server. Use toi.statics.ToiDlnaServiceMediaServerInfo.create(<uuid>, <name>, <vendor>, <supportedServices>, <isLocal>, <icons>) to create an instance of ToiDlnaServiceMediaServerInfo.
import "ToiDlnaServiceMediaServerInfo.idl";
Public Attributes | |
| attribute ToiDlnaService::TToiMediaServerUuid | uuid |
| attribute string | name |
| attribute string | vendor |
| attribute ToiDlnaService::TToiServiceTypeSequence | supportedServices |
| attribute boolean | isLocal |
| attribute ToiDlnaService::TToiMediaServerIconInfoSequence | icons |
The icons provided by the media server.
| attribute boolean ToiDlnaServiceMediaServerInfo::isLocal |
If this flag is true it indicated that the server is residing in the STB.
| attribute string ToiDlnaServiceMediaServerInfo::name |
The name of the media server.
The DLNA services supported by the media server.
The unique identifier for the media server.
| attribute string ToiDlnaServiceMediaServerInfo::vendor |
A string identifying the vendor of the media server.