Uses of Class
org.davic.mpeg.ElementaryStream

Packages that use ElementaryStream
org.davic.media Provides various extensions to the Java Media Framework for the control of TV oriented audio / video content. 
org.davic.mpeg Provides utility classes for common MPEG concepts. 
org.ocap.media The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components 
 

Uses of ElementaryStream in org.davic.media
 

Methods in org.davic.media that return ElementaryStream
 ElementaryStream[] NotAuthorizedMediaException.getElementaryStreams()
          If getType() returns ELEMENTARY_STREAM, then this method returns the set of ElementaryStreams that could not be descrambled.
 

Constructors in org.davic.media with parameters of type ElementaryStream
NotAuthorizedMediaException(ElementaryStream[] e, int[] reason)
          Constructor for exception due to failure accessing one or more MPEG elementary streams The caller of this constructor is responsible for ensuring the two arrays provided as parameters are the same size.
NotAuthorizedMediaException(ElementaryStream[] e, int[] major_reason, int[] minor_reason)
          Constructor for exception due to failure accessing one or more MPEG elementary streams The caller of this constructor is responsible for ensuring the three arrays provided as parameters are the same size.
 

Uses of ElementaryStream in org.davic.mpeg
 

Methods in org.davic.mpeg that return ElementaryStream
 ElementaryStream[] NotAuthorizedException.getElementaryStreams()
          If getType() returns ELEMENTARY_STREAM, then this method returns the set of ElementaryStreams that could not be descrambled.
 ElementaryStream[] NotAuthorizedInterface.getElementaryStreams()
          If getType() returns ELEMENTARY_STREAM, then this method returns the set of ElementaryStreams that could not be descrambled.
 ElementaryStream Service.retrieveElementaryStream(int pid)
           
 ElementaryStream[] Service.retrieveElementaryStreams()
           
 

Uses of ElementaryStream in org.ocap.media
 

Methods in org.ocap.media that return ElementaryStream
 ElementaryStream[] AlternativeMediaPresentationEvent.getNotPresentedStreams()
           
 ElementaryStream[] NotPresentedMediaInterface.getNotPresentedStreams()
           
 ElementaryStream[] MediaPresentationEvent.getPresentedStreams()
           
 

Methods in org.ocap.media with parameters of type ElementaryStream
 MediaAccessAuthorization MediaAccessHandler.checkMediaAccessAuthorization(Player p, OcapLocator sourceURL, boolean isSourceDigital, ElementaryStream[] esList, MediaPresentationEvaluationTrigger evaluationTrigger)
          The checkMediaAccessAuthorization() method is invoked each time a MediaPresentationEvaluationTrigger is generated either by the OCAP implementation, or, by a monitor application that has MonitorAppPermission(�mediaAccess�) through the MediaAccessConditionControl JMF control.
 int MediaAccessAuthorization.getDenialReasons(ElementaryStream es)
          Return a bit mask of denial reasons for the given service component.
 int AlternativeMediaPresentationEvent.getReason(ElementaryStream es)
           
 int NotPresentedMediaInterface.getReason(ElementaryStream es)
           
 



Copyright © 2011. All Rights Reserved.