| Package | Description |
|---|---|
| org.davic.mpeg.sections |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2012 code4tv.com. All Rights Reserved.