| ARRIS Enterprises, Inc. Confidential Information |
Technical PreviewsThis method is used to RSA sign user data. The method signs a hash of the supplied user data as specified in PKCS #1 2.0. The current limit for the data to sign is 4 KiB. This method is used to RSA verify signatures for user data. The current limit for the data to verify is 4 KiB. Returns the audio latency of a connection. Set an audio connection audio latency. latency is in milliseconds. This should affect all audio formats. If the latency parameter is out of range, the closest supported value is set. Setting the latency for one connection may impact the latency for other connections. In this case, the ToiAudioOutputLatencyChangedEvent will be notified on the impacted connections. The ToiDrmService provides application access to the DRM service. Called when CEC information of the devices on the CEC bus is changed. Called when any CEC feature status is changed. This method is used for the application to know what other devices that are connected to the CEC bus. The method is used to check the status of the CEC features. All CEC features that can be enabled (by current HW/configuration) are returned. This method is used for the CEC remote control pass through when the remote control button is pressed. It sends "User control pressed" and remote control UI command to the HDMI sink. When the user presses and holds the same remote control button for a long time, the application shall call ToiHdmiService#sendCecUserControlPressed with the same UI command repeatedly. In this case, the application need not call ToiHdmiService#sendCecUserControlReleased, but it shall call ToiHdmiService#sendCecUserControlReleased immediately when the user releases the key. This method is used for the CEC remote control pass through. The application shall call this method when the remote control button is released. It sends "User control released" to the HDMI sink. This method shall be used to take advantage of the One Touch Play feature. It will wake up the attached HDMI sink and tell it to use the STB as the active source. The method is used to enable or disable CEC features. It shall only change the provided features. CEC feature definition. Defines the CEC logical address as specified in CEC Table 5 in HDMI specification version 1.4a. Remote control pass through user interface command. The CEC feature information. The CEC information of the device on the CEC bus. Returns the presentation information about current video and audio lock status. Audio locked means audio decoder is started, sample rate is locked and no sync loss. Video locked means video decoder is started and no sync loss. Returns the presentation information about current video and audio lock status. Audio locked means audio decoder is started, sample rate is locked and no sync loss. Video locked means video decoder is started and no sync loss. This is an ARIB specific type of subtitles. This is an ARIB specific type of subtitles and used mainly for displaying alert messages on screen. Data structure used to return presentation info. Indicates whether audio and video are ready for presentation. Tells the observer when the video or audio locked status changes. Presentation information is also available through the function ToiMediaPlayerBase#getPresentationInfo. ToiNetService is used to configure and retrieving information about logical networks. A logical network (aka network) is a collection of everything in the system required to allow network access. This includes network interfaces, dns, routing and wifi management. This interface represents a logical network. A logical network encapsulates a network interface and settings used to configure the network interface and the system's network related properties such as DNS and routes. Called when an application has registered or released for power control. Get information of the system's databases. Each entry indicates the outcome of the last attempt to open the database. Restarting the system will void previous status. Returns information of available power controller. The different outcomes when a database is opened. DATABASE_FLAG_OK and DATABASE_FLAG_FAILED are mutually exclusive. When DATABASE_FLAG_OK is set, other flags can be checked for more detailed database information. Enumeration of the system's databases. Type representing time in seconds since the Unix epoch (1970-01-01 00:00:00). Empties the scheduler database. Remove the channel database. Status report for a specific database. ToiPowerControl is used for power management. There are several regulating bodies with respect to power consumption, eg. Energy Star, EU, IEC, and this interface is intended to allow applications to be compliant with each. This service expose the free system resources. This service is just for tracking the resources and notifying the application as and when there is any change in free resources through ToiResourceObserver. This function will be called in the rare condition when there has been a discontinuity in time and any notification timestamp (start, stop or trigger) of a booking has already expired (after adjusting time). The expired notifications will be missed and any remaining notifications will be sent as normal at the correct time. This function will be called when a series is changed. Get the bookings associated with a series. Get the info of the series with a certain series identifier Detect conflicts for a new series booking or a series booking about to be rescheduled, but without actually booking any activities. Get the all series identifiers with the given category. Get user defined parameters associated with a series. Get all user defined parameters names associated with a series. Remove a booked recurrent scheduling. Requests scheduling of a recurrent booking. Add user defined parameters to a scheduled series. Remove user defined parameters from a scheduled series. Structure containing information about an existing series |