| Package | Description |
|---|---|
| org.davic.media | |
| org.davic.mpeg | |
| org.davic.mpeg.dvb | |
| org.davic.net.ca |
| Modifier and Type | Method and Description |
|---|---|
ElementaryStream[] |
NotAuthorizedMediaException.getElementaryStreams()
If getType() returns ELEMENTARY_STREAM, then this method returns
the set of ElementaryStreams that could not be descrambled.
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Class and Description |
|---|---|
class |
DvbElementaryStream
This class represents one elementary stream within a transport stream
as used in DVB.
|
| Modifier and Type | Method and Description |
|---|---|
ElementaryStream[] |
DescramblerProxy.getElementaryStreams()
This method returns the elementary streams being descrambled
via this proxy at the moment.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CAModule.isDescramblable(ElementaryStream[] streams)
Returns true if the given array of elementary services (which are
components of the same service) can be descrambled by this CAModule.
|
void |
DescramblerProxy.startDescrambling(ElementaryStream[] streams,
CAModule module,
Object requestData)
Stops all existing descrambling initiated by this DescramblerProxy
instance and starts the descrambling of the specified elementary
streams (that shall be part of the same service).
|
CAModule |
DescramblerProxy.startDescrambling(ElementaryStream[] streams,
Object requestData)
Stops all existing descrambling initiated by this DescramblerProxy
instance and starts the descrambling of the specified elementary
streams (that shall be part of the same service).
|
void |
DescramblerProxy.startDescramblingDialog(ElementaryStream[] streams)
Requests the CA system to perform any user dialogs needed
before starting to descramble the service.
|
void |
DescramblerProxy.stopDescrambling(ElementaryStream[] streams)
Stops descrambling of the specified elementary streams of the service.
|
Copyright © 2012 code4tv.com. All Rights Reserved.