| Package | Description |
|---|---|
| org.davic.media | |
| org.davic.mpeg | |
| org.davic.mpeg.dvb | |
| org.davic.net.ca |
| Modifier and Type | Method and Description |
|---|---|
Service |
NotAuthorizedMediaException.getService()
If getType() returns SERVICE, then this method returns the
Service that could not be descrambled.
|
| Constructor and Description |
|---|
NotAuthorizedMediaException(Service s,
int reason)
Constructor for exception due to failure accessing an MPEG service
|
NotAuthorizedMediaException(Service s,
int major_reason,
int minor_reason)
Constructor for exception due to failure accessing an MPEG service
|
| Modifier and Type | Method and Description |
|---|---|
Service |
NotAuthorizedInterface.getService()
If getType() returns SERVICE, then this method returns the
Service that could not be descrambled.
|
Service |
NotAuthorizedException.getService()
If getType() returns SERVICE, then this method returns the
Service that could not be descrambled.
|
Service |
ElementaryStream.getService() |
static Service |
ApplicationOrigin.getService() |
Service |
TransportStream.retrieveService(int serviceId) |
Service[] |
TransportStream.retrieveServices() |
| Modifier and Type | Class and Description |
|---|---|
class |
DvbService
This class represents one service within a transport stream
as used in DVB.
|
| Modifier and Type | Method and Description |
|---|---|
CAModule[] |
CAModuleManager.getModules(Service s)
Returns all available modules whose CASystemID matches
with the CASystemID of a CA system used to scramble
this service.
|
boolean |
CAModule.isDescramblable(Service s)
Returns true if given service can be descrambled by this CAModule now.
|
void |
DescramblerProxy.startDescrambling(Service s,
CAModule module,
Object requestData)
Stops all existing descrambling initiated by this DescramblerProxy
instance and starts the descrambling of the specified service.
|
CAModule |
DescramblerProxy.startDescrambling(Service s,
Object requestData)
Stops all existing descrambling initiated by this DescramblerProxy
instance and starts the descrambling of the specified service.
|
void |
DescramblerProxy.startDescramblingDialog(Service s)
Requests the CA system to perform any user dialogs needed
before starting to descramble the service.
|
Copyright © 2012 code4tv.com. All Rights Reserved.