| Package | Description |
|---|---|
| org.davic.mpeg.sections | |
| org.davic.net.ca |
| Modifier and Type | Method and Description |
|---|---|
void |
SectionFilterGroup.attach(TransportStream stream,
ResourceClient client,
Object requestData)
Connects a SectionFilterGroup to an MPEG-2 transport stream.
|
void |
SectionFilter.startFiltering(Object appData,
int pid)
Defines a SectionFilter object as filtering only for sections matching a specific PID.
|
void |
SectionFilter.startFiltering(Object appData,
int pid,
int table_id)
Defines a SectionFilter object as filtering only for sections matching a specific PID and
table_id.
|
void |
SectionFilter.startFiltering(Object appData,
int pid,
int table_id,
byte[] posFilterDef,
byte[] posFilterMask)
Defines a SectionFilter object as filtering only for sections matching a specific PID and table_id, and
where contents of the section match the specified filter pattern.
|
void |
SectionFilter.startFiltering(Object appData,
int pid,
int table_id,
byte[] posFilterDef,
byte[] posFilterMask,
byte[] negFilterDef,
byte[] negFilterMask)
Defines a SectionFilter object as filtering only for sections matching a specific PID and table_id, and
where contents of the section match the specified filter pattern.
|
void |
SectionFilter.startFiltering(Object appData,
int pid,
int table_id,
int offset,
byte[] posFilterDef,
byte[] posFilterMask)
Defines a SectionFilter object as filtering only for sections matching a specific PID and
table_id, and where contents of the section match the specified filter pattern.
|
void |
SectionFilter.startFiltering(Object appData,
int pid,
int table_id,
int offset,
byte[] posFilterDef,
byte[] posFilterMask,
byte[] negFilterDef,
byte[] negFilterMask)
Defines a SectionFilter object as filtering only for sections matching a specific PID and
table_id, and where contents of the section match the specified filter pattern.
|
| Modifier and Type | Method and Description |
|---|---|
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.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(ElementaryStream[] streams)
Requests the CA system to perform any user dialogs needed
before starting to descramble the 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.