|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AlternativeMediaPresentationReason
This interface represents possible reasons that lead to alternative media
presentation. Registered MediaAccessHandler
can define its own
reason and pass them to the OCAP implementation through the
MediaAccessHandler.checkMediaAccessAuthorization() method.
Field Summary | |
---|---|
static int |
BROADCAST_INCONSISTENCY
Bit indicating that broadcast information is inconsistent : for example PMT is missing. |
static int |
CA_UNKNOWN
Bit indicating that media are ciphered and the CA does not correspond to ciphering. |
static int |
COMMERCIAL_DIALOG
Bit indicating that a user dialog for payment is necessary before media presentation. |
static int |
HARDWARE_RESOURCE_NOT_AVAILABLE
Bit indicating that hardware resource necessary for presenting service components is not available. |
static int |
NO_ENTITLEMENT
Bit indicating that service components are ciphered and the user has no entitlement to view all or part of them. |
static int |
RATING_PROBLEM
Reason indicating that media presentation is not authorized regarding to the program rating. |
static int |
REASON_FIRST
Marks the first bit for the range of alternative media presentation reasons. |
static int |
REASON_LAST
Marks the last bit for the range of alternative media presentation reasons. |
Field Detail |
---|
static final int REASON_FIRST
static final int NO_ENTITLEMENT
static final int COMMERCIAL_DIALOG
static final int RATING_PROBLEM
static final int CA_UNKNOWN
static final int BROADCAST_INCONSISTENCY
static final int HARDWARE_RESOURCE_NOT_AVAILABLE
static final int REASON_LAST
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |