|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MediaAccessAuthorization
A
object represents the
presentation authorization given by a registered
MediaAccessAuthorization
MediaAccessHandler
for a specific A/V content. When the
is called by the OCAP
implementation, it returns a MediaAccessHandler
to indicate presentation authorization, and a reason for denied access
(use constant defined in MediaAccessAuthorization
AlternativeMediaPresentationReason
).
MediaAccessHandler
,
AlternativeMediaPresentationReason
Method Summary | |
---|---|
int |
getDenialReason()
Returns the reason when presentation is denied. |
long |
getDuration()
Gets the duration to block the service. |
Date |
getStartTime()
Gets the wall clock start time to begin service blocking. |
boolean |
isDenied()
Indicates if the pending presentation changes are denied. |
Method Detail |
---|
boolean isDenied()
int getDenialReason()
AlternativeMediaPresentationReason
.
Date getStartTime()
BlockingService
start-time.
long getDuration()
BlockingService
duration.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |