Motorola Mobility Confidential Restricted.
ToiMediaPlayerBasePresentationInfo Interface Reference

Description

This is the documentation for ToiMediaPlayerBasePresentationInfo.

Technical Preview:
This structure is a TECHNICAL PREVIEW, it may change. Data structure used to return presentation info. Indicates whether audio and video are ready for presentation.

Use toi.statics.ToiMediaPlayerBasePresentationInfo.create(<isVideoLocked>, <isAudioLocked>) to create an instance of ToiMediaPlayerBasePresentationInfo.

import "ToiMediaPlayerBasePresentationInfo.idl";

List of all members.

Public Attributes

attribute boolean isVideoLocked
attribute boolean isAudioLocked

Member Data Documentation

The lock status of audio. True means audio data is available, sample rate is locked and audio is ready for presentation.

The lock status of video. True means video data is available, video decoder is running and video is ready for presentation.