A B C D E F G H I K L M N O P Q R S T U V W X Y Z

O

ObjectChangeEvent - Class in org.dvb.dsmcc
This class describes an object change event that is used to monitor the arrival of a new version of a DSMCCObject.
ObjectChangeEvent(DSMCCObject, int) - Constructor for class org.dvb.dsmcc.ObjectChangeEvent
Creates an ObjectChangeEvent indicating that a new version of the monitored DSMCC Object has been detected.
ObjectChangeEventListener - Interface in org.dvb.dsmcc
The objects that implements the ObjectChangeEventListener interface can receive ObjectChangeEvent event.
ObjectUnavailableException - Exception in org.davic.mpeg
This exception must be thrown by MPEG related APIs when an object is not available.
ObjectUnavailableException() - Constructor for exception org.davic.mpeg.ObjectUnavailableException
Constructs a ObjectUnavailableException with no detail message
ObjectUnavailableException(String) - Constructor for exception org.davic.mpeg.ObjectUnavailableException
Constructs a ObjectUnavailableException with the specified detail message
openRawConnection() - Method in class org.dvb.smartcard.SmartCardReader
Opens a raw APDU connection without selecting an application or managing channels.
OPTICAL_CHARACTER_RECOGNITION - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+2440..U+245F) as defined in ISO 10646-1(E) normative Annex A
OPTION_UNSUPPORTED - Static variable in class org.dvb.test.DVBTest
The platform does not contain the option under test and therefore the test is inapplicable, the test result should not be considered when determining the status of the platform's conformance.
or(DatabaseQuery) - Method in class org.dvb.tvanytime.metadata.DatabaseQuery
Create a new DatabaseQuery based upon the logical OR of the predicates represented by this query and the argument query.
org.davic.media - package org.davic.media
Provides various extensions to the Java Media Framework for the control of TV oriented audio / video content.
org.davic.mpeg - package org.davic.mpeg
Provides utility classes for common MPEG concepts.
org.davic.mpeg.sections - package org.davic.mpeg.sections
Provides access to MPEG-2 section filtering.
org.davic.net - package org.davic.net
Provides general content referencing.
org.davic.net.tuning - package org.davic.net.tuning
Provides access to tuning - MPEG multiplex selection.
org.davic.resources - package org.davic.resources
Provides a framework for scarce resource management.
org.dvb.application - package org.dvb.application
Provides access to lists of applications which are available in this context and the ability to launch those applications.
org.dvb.application.inner - package org.dvb.application.inner
Provides support for embedding other interactive applications within the user interface of a DVB-J application.
org.dvb.application.plugins - package org.dvb.application.plugins
Provides support for inter-operable plug-ins in the GEM specification.
org.dvb.application.privileged - package org.dvb.application.privileged
Provides application management facilities to privileged applications.
org.dvb.application.storage - package org.dvb.application.storage
Provides support for storage of applications.
org.dvb.auth.callback - package org.dvb.auth.callback
Enables applications to ask the end-user for PIN codes.
org.dvb.dsmcc - package org.dvb.dsmcc
Provides extended access to files carried in the broadcast stream.
org.dvb.event - package org.dvb.event
Provides access to user input events before they are processed through the event mechanism of the java.awt package.
org.dvb.hardware - package org.dvb.hardware
Contains features related to the GEM terminal itself.
org.dvb.internet - package org.dvb.internet
Provides a mechanism for GEM applications to control internet clients that may be present on an GEM such as a web browser or email client.
org.dvb.io.ixc - package org.dvb.io.ixc
Provides support for inter-application communication.
org.dvb.io.persistent - package org.dvb.io.persistent
Provides extensions to the java.io package for access to files held in persistent storage.
org.dvb.lang - package org.dvb.lang
Provides those core platform related features not found in the java.lang package.
org.dvb.locator - package org.dvb.locator
Provides Locators for various concepts not addressed in the org.davic and javax.tv packages.
org.dvb.locator.ip - package org.dvb.locator.ip
Contains transport dependent locators for access to IP services.
org.dvb.locator.ott - package org.dvb.locator.ott
Contains transport dependent locators for access to OTT services.
org.dvb.media - package org.dvb.media
Provides DVB specific extensions to the Java Media Framework.
org.dvb.media.monitoring - package org.dvb.media.monitoring
Provides DVB specific extensions to the Java Media Framework related to stream monitoring.
org.dvb.net - package org.dvb.net
Provides general networking features not found elsewhere.
org.dvb.net.ca - package org.dvb.net.ca
Provides extensions to the conditional access API from DAVIC.
org.dvb.net.rc - package org.dvb.net.rc
Provides session management for bi-directional IP connections which are session based from the point of view of an application.
org.dvb.net.ssl - package org.dvb.net.ssl
Enables applications to provide keys and certificates for SSL/TLS connections.
org.dvb.net.tuning - package org.dvb.net.tuning
Provides extensions to the tuning API from DAVIC.
org.dvb.security - package org.dvb.security
Enables applications to login to a PKCS11 token for non key related operations including providing PIN codes.
org.dvb.security.pkcs11 - package org.dvb.security.pkcs11
Provides information about available slots and tokens and enables the selection of the slot to use.
org.dvb.security.provider - package org.dvb.security.provider
Enables the use of providers (as supported by the org.dvb.spi package) as cryptographic service providers (as supported by the java.security package).
org.dvb.service - package org.dvb.service
Contains features which are logically extensions to those provided by the javax.tv.service package.
org.dvb.service.navigation - package org.dvb.service.navigation
This package contains features which are logically extensions to those provided by the javax.tv.service.navigation package.
org.dvb.service.sds - package org.dvb.service.sds
Extensions to the JavaTV SI API giving access to information signalled according to DVB's service discovery and selection (SD&S) specification.
org.dvb.service.selection - package org.dvb.service.selection
Extensions to the Java TV service selection API.
org.dvb.smartcard - package org.dvb.smartcard
Provides access to smart card readers.
org.dvb.spi - package org.dvb.spi
This package defines a central registry for all DVB Service Provider Interface (SPI) providers.
org.dvb.spi.ict - package org.dvb.spi.ict
This package enables the GEM return channel application download mechanism to be used with non-standard, proprietary or market specific protocols.
org.dvb.spi.selection - package org.dvb.spi.selection
This package defines an SPI for selection of services and service components.
org.dvb.spi.si.full - package org.dvb.spi.si.full
This package defines an interface for providing full service information, as accessed by javax.tv.service.SIManager.
org.dvb.spi.si.simple - package org.dvb.spi.si.simple
This package defines interfaces for providing service information, as accessed by SIManager.
org.dvb.spi.util - package org.dvb.spi.util
Utility classes used by other providers.
org.dvb.test - package org.dvb.test
Broadcast model
org.dvb.tvanytime.javatv - package org.dvb.tvanytime.javatv
Contains TV-Anytime specific extensions to javax.tv.*.
org.dvb.tvanytime.metadata - package org.dvb.tvanytime.metadata
Provides access to TV-Anytime metadata services.
org.dvb.tvanytime.metadata.ip - package org.dvb.tvanytime.metadata.ip
Provides access to Broadband Content Guides delivered via IP.
org.dvb.tvanytime.resolution - package org.dvb.tvanytime.resolution
Provides access to TV-Anytime Content Referencing Information.
org.dvb.ui - package org.dvb.ui
Provides extended graphics functionality.
org.dvb.user - package org.dvb.user
Provides access to settings and preferences configured by the end-user.
org.dvb.xml.jdom - package org.dvb.xml.jdom
Provides access to XML via DOM in a way supporting the Java language's strong typing.
org.havi.ui - package org.havi.ui
 
org.havi.ui.event - package org.havi.ui.event
 
org.oipf.download - package org.oipf.download
This package enables downloading of arbitrary content.
ORIENT_BOTTOM_TO_TOP - Static variable in interface org.havi.ui.HOrientable
A constant which specifies that the HOrientable shall be rendered with a vertical orientation, with the minimum value on the bottom, and the maximum value on the top.
ORIENT_LEFT_TO_RIGHT - Static variable in interface org.havi.ui.HOrientable
A constant which specifies that the HOrientable shall be rendered with a horizontal orientation, with the minimum value on the left side, and the maximum value on the right side.
ORIENT_RIGHT_TO_LEFT - Static variable in interface org.havi.ui.HOrientable
A constant which specifies that the HOrientable shall be rendered with a horizontal orientation, with the minimum value on the right side, and the maximum value on the left side.
ORIENT_TOP_TO_BOTTOM - Static variable in interface org.havi.ui.HOrientable
A constant which specifies that the HOrientable shall be rendered with a vertical orientation, with the minimum value on the top, and the maximum of the range on the bottom.
ORIENTATION_CHANGE - Static variable in class org.havi.ui.HVisible
A constant for use with the hinting mechanism (see the HLook.widgetChanged(org.havi.ui.HVisible, org.havi.ui.HChangeData[]) method in HLook).
ORIG_NET_ID - Static variable in class org.dvb.tvanytime.metadata.DatabaseScope
The value of contextIdType when the contextId is an original_network_id.
ORIG_NET_ID - Static variable in class org.dvb.tvanytime.resolution.ContentReferencingManager
Constant value for contextIdType as defined in ETSI TS 102 323, indicating that the contextId is an original_network_id.
ORIYA - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character ranges (U+0B00..U+0B7F) and (U+200C..U+200D) as defined in ISO 10646-1(E) normative Annex A
OTHER - Static variable in interface org.davic.mpeg.NotAuthorizedInterface
Minor reason for both POSSIBLE_UNDER_CONDITIONS and NOT_POSSIBLE.
OUT_OF_SYNC_MASTER_CLK - Static variable in interface org.dvb.media.MasterSlaveSyncLinkageControl
Status representing out of sync due to unstable clock of master Player
OUT_OF_SYNC_OTHERS - Static variable in interface org.dvb.media.MasterSlaveSyncLinkageControl
Status representing out of sync due to other reasons
OUT_OF_SYNC_SLAVE_CLK - Static variable in interface org.dvb.media.MasterSlaveSyncLinkageControl
Status representing out of sync due to unstable clock of slave Player
OUT_OF_SYNC_UNSYNCHRONIZABLE - Static variable in interface org.dvb.media.MasterSlaveSyncLinkageControl
Status representing out of sync and Unsynchronzable state
outOfSync(SyncStateChangedEvent) - Method in interface org.dvb.media.SyncStateChangedEventListener
Invoked when any combination of master and slave Players are desynchronized.
OverallRepository - Class in org.dvb.event
This class defines a repository which initially contains all the user events which can be delivered to an application.
OverallRepository() - Constructor for class org.dvb.event.OverallRepository
The constructor for the repository.
OverallRepository(String) - Constructor for class org.dvb.event.OverallRepository
The constructor for the repository with a name.

A B C D E F G H I K L M N O P Q R S T U V W X Y Z