Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

Package javax.tv.service.guide

Provides APIs to support electronic program guides (EPGs), including program schedules, program events and program ratings.

See:
          Description

Interface Summary
ContentRatingAdvisory ContentRatingAdvisory indicates, for a given program event, ratings for any or all of the rating dimensions defined in the content rating system for the local rating region.
ProgramEvent ProgramEvent represents collection of elementary streams with a common time base, an associated start time, and an associated end time.
ProgramEventDescription This SIElement provides a textual description of a ProgramEvent.
ProgramSchedule This interface represents a collection of program events for a given service ordered by time.
ProgramScheduleListener This interface is implemented by applications wishing to receive notification of changes to ProgramSchedule data.
 

Class Summary
ProgramScheduleChangeType This class represents types of changes to program schedules.
ProgramScheduleEvent A ProgramScheduleEvent notifies an ProgramScheduleListener of changes to program events detected in a ProgramSchedule.
 

Package javax.tv.service.guide Description

Provides APIs to support electronic program guides (EPGs), including program schedules, program events and program ratings. The ProgramSchedule interface can be used to retrieve the current ProgramEvent, the next ProgramEvent, or a ProgramEvent in the future. Each ProgramEvent can be queried for its name, start time and end time, description, and rating.

Rating related information is organized into rating regions such as countries, groups of countries, or arbitrary geographical regions. Each region may have a multiple rating dimensions such as the MPAA rating, FCC TV rating, DVB age-based rating, broadcaster specific rating, etc. Each dimension contains multiple levels; each ProgramEvent is labeled with one of these levels for all supported rating regions.


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.