|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CRID | |
---|---|
org.dvb.tvanytime.javatv | Contains TV-Anytime specific extensions to javax.tv.*. |
org.dvb.tvanytime.metadata | Provides access to TV-Anytime metadata services. |
org.dvb.tvanytime.metadata.ip | Provides access to Broadband Content Guides delivered via IP. |
org.dvb.tvanytime.resolution | Provides access to TV-Anytime Content Referencing Information. |
Uses of CRID in org.dvb.tvanytime.javatv |
---|
Methods in org.dvb.tvanytime.javatv that return CRID | |
---|---|
CRID |
TVAProgramEvent.getCRID()
Returns the CRID associated with this Program Event |
Methods in org.dvb.tvanytime.javatv with parameters of type CRID | |
---|---|
javax.tv.service.SIRequest |
CRIDAccess.retrieveProgramEvent(CRID crid,
java.lang.String instanceMetadataId,
javax.tv.service.SIRequestor requestor)
Retrieves all ProgramEvent associated with the CRID and
optionally the instance metadata Id |
javax.tv.service.SIRequest |
CRIDAccess.retrieveServiceDetails(CRID crid,
java.lang.String instanceMetadataId,
javax.tv.service.SIRequestor requestor)
Retrieves the ServiceDetails of all services associated with the CRID and
optionally the instance metadata Id |
javax.tv.service.SIRequest |
CRIDAccess.retrieveSIElement(CRID crid,
java.lang.String instanceMetadataId,
javax.tv.service.SIRequestor requestor)
Retrieves all SIElement that are instances of ProgramEvent associated with the CRID and
optionally the instance metadata Id |
Uses of CRID in org.dvb.tvanytime.metadata |
---|
Methods in org.dvb.tvanytime.metadata with parameters of type CRID | |
---|---|
DatabaseQueryResult |
Database.getMetadata(CRID crid,
ResultListener listener)
Get all available metadata on a specific CRID. |
DatabaseQueryResult |
MonitoredDatabase.getMetadata(CRID crid,
ResultListener resultListener,
MetadataChangedListener changeListener)
Get all available metadata on a specific CRID. |
DatabaseQueryResult |
MonitoredDatabase.getMetadata(CRID crid,
ResultListener resultListener,
MetadataChangedListener changeListener,
QueryConstraints constraints)
Get all available metadata on a specific CRID. |
DatabaseQueryResult |
Database.getMetadata(CRID crid,
ResultListener listener,
QueryConstraints constraints)
Get all available metadata on a specific CRID. |
static IPDatabase |
IPDatabase.newInstance(CRID crid)
Get an instance of a IPDatabase where the platform chooses a server that can provide metadata for the given CRID authority. |
static DvbDatabase |
DvbDatabase.newInstance(CRID crid,
boolean doNotTune)
Get an instance of a DvbDatabase where the platform chooses a service that can provide metadata for the given CRID authority. |
Constructors in org.dvb.tvanytime.metadata with parameters of type CRID | |
---|---|
DatabaseScope(CRID crid)
Create a DatabaseScope that encompasses a specified CRID authority. |
Uses of CRID in org.dvb.tvanytime.metadata.ip |
---|
Methods in org.dvb.tvanytime.metadata.ip with parameters of type CRID | |
---|---|
static Database[] |
BCGDiscovery.getAvailableDatabases(CRID crid)
Get an array of Databases that can provide metadata for the specified CRID Authority. |
Uses of CRID in org.dvb.tvanytime.resolution |
---|
Methods in org.dvb.tvanytime.resolution that return CRID | |
---|---|
CRID |
ResolutionResponse.getQueryCRID()
Returns the Content Reference that was used in the query which created this response. |
static CRID |
CRID.newInstance(java.lang.String crString)
Method for creating a new instance of a content reference. |
Methods in org.dvb.tvanytime.resolution with parameters of type CRID | |
---|---|
void |
ResolutionListener.resolutionFailed(CRID crid,
int reason)
This method is called to indicate that a resolution request has failed. |
abstract void |
ContentReferencingManager.resolveCRID(CRID cr,
int resolutionSources,
ResolutionListener listener)
Used to resolve a CRID . |
abstract void |
ContentReferencingManager.resolveCRID(CRID cr,
ResolutionListener listener)
Used to resolve a CRID . |
abstract void |
ContentReferencingManager.resolveCRIDList(CRID[] crList,
int resolutionSources,
ResolutionListener listener)
Used to resolve a list of CRID s. |
abstract void |
ContentReferencingManager.resolveCRIDList(CRID[] crList,
ResolutionListener listener)
Used to resolve a list of CRID s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |