This component is deprecated.
Beginning July 1st, 2017, any new channels using this component will be rejected during certification.
Beginning January 1st, 2018, any updates to existing channels using this component will be rejected during certification.
The roVideoScreen sends the roVideoScreenEvent with the same predicates as in roVideoPlayerEvent. In addition to the events listed in roVideoPlayerEvent, the following events are also supported:
isScreenClosed() as Boolean
The screen was closed and is no longer displayed to the user.
isResumeRequest() as Boolean
This event notifies the channel that the user wants to resume playback at the specified position. The roVideoScreen player will pause playback until the channel acknowledges this request by calling ResumeAck() with the same trickplay session id. This gives the application time to switch content before playback is resumed.
GetIndex() as Integer
Returns a unique id that identifies the trickplay session this event belongs to.
GetData() as Integer
Returns the stream position (in milliseconds) at which playback will be restarted.
isPartialResult() as Boolean
Video playback was interrupted.