| Motorola Mobility Confidential Restricted. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
ToiChannelService Interface Reference Description
Inheritance diagram for ToiChannelService:
Member Typedef Documentation
Type defined to identify a unique channel.
Sequence of channel ids.
Sequence of ToiChannelServiceChannelInfo structures.
Enumerarion of possible operations that can be used when creating a ToiChannelServiceQueryCondition.
Identifier for metadata properties.
Sequence of TToiPropertyId's.
Sequence of property tags.
Different kinds of property value types.
Value for a metadata property.
Sequence of query conditions. Member Function Documentation
Used to get the query results once the applications receive ToiOperationOperationResultEvent and the result parameter is equal to ToiChannelService::OP_RESULT_CHANNEL_INFO.
Returns information for all requested channels.
Returns the operation manager that handles asynchronous operations for all services derived from the Frontend service. The procedure of executing asynchronous operations is generic and looks like this:
Returns the property definition for a given property identifier.
Returns information of all channels that match the given query conditions. This is an asynchronous operation. When the application receives a ToiOperationOperationResultEvent call with the operation result ToiChannelService::OP_RESULT_CHANNEL_INFO, then the application may get the results by calling the ToiChannelService::getChannelInfoResult() function. The resulting ToiChannelServiceChannelInfo will only include property values for the requested properties.
Member Data DocumentationEqual operation, ==. This constant can also be accessed from toi.consts.ToiChannelService.EQUALS. Not equal operation, !=. This constant can also be accessed from toi.consts.ToiChannelService.NOT_EQUAL.
This is an Event identifier for ToiChannelChannelsAddedEvent. This constant can also be accessed from toi.consts.ToiChannelService.ON_CHANNELS_ADDED.
This is an Event identifier for ToiChannelChannelsChangedEvent. This constant can also be accessed from toi.consts.ToiChannelService.ON_CHANNELS_CHANGED.
This is an Event identifier for ToiChannelChannelsRemovedEvent. This constant can also be accessed from toi.consts.ToiChannelService.ON_CHANNELS_REMOVED. The asynchronous operation has channel info as a result. See ToiChannelService::getChannelInfoResult(). This constant can also be accessed from toi.consts.ToiChannelService.OP_RESULT_CHANNEL_INFO.
The delivery system descriptor, used in a broadcast setting. This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_DELIVERY_SYSTEM_DESCRIPTOR.
Defines whether the channel is available for free or not. "true" means that it is free, "false" that it is not. This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_FREE.
The frequency this channel is sent on, used in a broadcast setting. This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_FREQUENCY.
The logical channel number for this channel, used in a broadcast setting. For DVB, see Nordig. This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_LOGICAL_CHANNEL_NUMBER.
The modulation format this channel is sent on, used in a broadcast setting. This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_MODULATION_FORMAT.
Specifies which modulation system the channel uses. See ToiFrontendService::TToiModulationSystem This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_MODULATION_SYSTEM_TYPE.
The id of the network the channel is sent on. This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_NETWORK_ID.
The name of the network the channel is sent on. This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_NETWORK_NAME.
The original network id this channel is sent on, used in a broadcast setting. This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_ORIGINAL_NETWORK_ID.
The service id for this channel, used in a broadcast setting. This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_SERVICE_ID.
The service name for this channel, used in a broadcast setting. This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_SERVICE_NAME.
The provider of the service. This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_SERVICE_PROVIDER.
The type of service this channel offers. This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_SERVICE_TYPE.
This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_SOURCE_ID.
The transport strem id this channel is sent on, used in a broadcast setting. This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_TRANSPORT_STREAM_ID.
The uri can be directly used by the media service to open a stream. The format of the URI depends on the delivery system. DVB: it can be DVB.deliverySystemDescriptor.serviceId. IP: it can be IP.multicast ip address. ATSC: For ATSC the URI will have the following format: atsc://fr(frequency).(modulation-format).(program-number)1 It is also possible to add optional parameters to the URL which will be of the form <parameter=value>. For example- atsc://fr(fr).(mf).(pn)[|<parameter=value>[&<parameter=value]*] This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_URI.
Defines whether the channel is visible or not. "true" means visible, "false" invisible. For DVB, see Nordig. This constant can also be accessed from toi.consts.ToiChannelService.PROPERTY_VISIBLE. Value of true/false. This constant can also be accessed from toi.consts.ToiChannelService.TYPE_BOOLEAN. A signed integer value. This constant can also be accessed from toi.consts.ToiChannelService.TYPE_INTEGER. Any string value. This constant can also be accessed from toi.consts.ToiChannelService.TYPE_STRING. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||