public interface NotAuthorizedInterface
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMERCIAL_DIALOG
Minor reason for POSSIBLE_UNDER_CONDITIONS - user dialog needed for payment
|
static int |
ELEMENTARY_STREAM
The component to which access was refused was an MPEG elementary stream
|
static int |
FREE_PREVIEW_DIALOG
Minor reason for POSSIBLE_UNDER_CONDITIONS - user dialog needed to explain about free preview.
|
static int |
GEOGRAPHICAL_BLACKOUT
Minor reason for NOT_POSSIBLE - not allowed for geographical reasons
|
static int |
MATURITY_RATING
Minor reason for NOT_POSSIBLE - user does not have suitable maturity
|
static int |
MATURITY_RATING_DIALOG
Minor reason for POSSIBLE_UNDER_CONDITIONS - user dialog needed for maturity
|
static int |
NO_ENTITLEMENT
Minor reason for NOT_POSSIBLE - user does not have an entitlement
|
static int |
NOT_POSSIBLE
Major reason - access not possible
|
static int |
OTHER
Minor reason for both POSSIBLE_UNDER_CONDITIONS and NOT_POSSIBLE.
|
static int |
POSSIBLE_UNDER_CONDITIONS
Major reason - access may be possible under certain conditions.
|
static int |
SERVICE
The component to which access was refused was a MPEG Program/DVB Service
|
static int |
TECHNICAL
Minor reason for NOT_POSSIBLE - a technical reason of some kind
|
static int |
TECHNICAL_DIALOG
Minor reason for POSSIBLE_UNDER_CONDITIONS - user dialog needed for technical purposes.
|
| Modifier and Type | Method and Description |
|---|---|
ElementaryStream[] |
getElementaryStreams()
If getType() returns ELEMENTARY_STREAM, then this method returns
the set of ElementaryStreams that could not be descrambled.
|
int[] |
getReason(int index)
Returns the reason(s) why descrambling was not possible.
|
Service |
getService()
If getType() returns SERVICE, then this method returns the
Service that could not be descrambled.
|
int |
getType() |
static final int POSSIBLE_UNDER_CONDITIONS
static final int NOT_POSSIBLE
static final int COMMERCIAL_DIALOG
static final int MATURITY_RATING_DIALOG
static final int TECHNICAL_DIALOG
static final int FREE_PREVIEW_DIALOG
static final int NO_ENTITLEMENT
static final int MATURITY_RATING
static final int TECHNICAL
static final int GEOGRAPHICAL_BLACKOUT
static final int OTHER
static final int SERVICE
getType(),
Constant Field Valuesstatic final int ELEMENTARY_STREAM
getType(),
Constant Field Valuesint getType()
Service getService()
ElementaryStream[] getElementaryStreams()
int[] getReason(int index)
throws IndexOutOfBoundsException
index - If the component to which access failed is a Service,
index shall be 0. Otherwise index shall refer to one stream in the
set returnedby getElementaryStreams().IndexOutOfBoundsException - If the component to which access
failed is a Service, this exception will be thrown if index is non zero.
If the component(s) to which access failed was a (set of) elementary
streams then this exception will be thrown where index is beyond the
size of the array returned by getElementaryStreams.getElementaryStreams()Copyright © 2012 code4tv.com. All Rights Reserved.