Motorola Mobility Confidential Restricted.
ToiMediaPlayerBasePaceInfo Interface Reference

Description

This is the documentation for ToiMediaPlayerBasePaceInfo.
Playback pace information data structure used to report pace information for the current media session. Use toi.statics.ToiMediaPlayerBasePaceInfo.create(<requested>, <target>, <current>) to create an instance of ToiMediaPlayerBasePaceInfo.

import "ToiMediaPlayerBasePaceInfo.idl";

List of all members.

Public Attributes

attribute long requested
attribute long target
attribute long current

Member Data Documentation

The pace requested by the application using e.g. ToiMediaPlayer::play()

Target pace the platform is trying to achieve, based on limitations of the stream source (e.g. VOD server) or the hardware (e.g. decoder).