|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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[] |
NotAuthorizedInterface.getElementaryStreams()
If getType() returns ELEMENTARY_STREAM, then this method returns the set of ElementaryStreams that could not be descrambled. |
ElementaryStream[] |
NotAuthorizedException.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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |