| Package | Description |
|---|---|
| org.davic.net.ca |
| Modifier and Type | Method and Description |
|---|---|
CAModule |
DescramblerProxy.getCAModule()
Returns the CA module that is associated with
the current descrambling via this proxy.
|
CAModule |
NewModuleEvent.getModule()
Returns the CAModule object representing the new module
|
CAModule[] |
CAModuleManager.getModules()
Returns all available CA modules.
|
CAModule[] |
CAModuleManager.getModules(Service s)
Returns all available modules whose CASystemID matches
with the CASystemID of a CA system used to scramble
this 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).
|
CAModule |
DescramblerProxy.startDescrambling(Service s,
Object requestData)
Stops all existing descrambling initiated by this DescramblerProxy
instance and starts the descrambling of the specified service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageListener.receiveMessage(CAModule module,
MessageEvent event)
This method is called to send a message to the listener.
|
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).
|
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.
|
| Constructor and Description |
|---|
NewModuleEvent(CAModule caModule,
Object caModuleManager)
Constructor for the event
|
Copyright © 2012 code4tv.com. All Rights Reserved.