Motorola Mobility Confidential Restricted.
ToiMediaPlayerBaseRange Interface Reference

Description

This is the documentation for ToiMediaPlayerBaseRange.
Range information data structure used to define a position range in milliseconds. The range is invalid if both positions are set to -1. Use toi.statics.ToiMediaPlayerBaseRange.create(<startPosition>, <endPosition>) to create an instance of ToiMediaPlayerBaseRange.

import "ToiMediaPlayerBaseRange.idl";

List of all members.

Public Attributes

attribute long long startPosition
attribute long long endPosition