|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterResourceException | |
---|---|
org.davic.mpeg.sections | Provides access to MPEG-2 section filtering. |
org.ocap.media | The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components |
Uses of FilterResourceException in org.davic.mpeg.sections |
---|
Methods in org.davic.mpeg.sections that throw FilterResourceException | |
---|---|
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. |
Uses of FilterResourceException in org.ocap.media |
---|
Methods in org.ocap.media that throw FilterResourceException | |
---|---|
void |
VBIFilterGroup.attach(ServiceContext serviceContext,
ResourceClient client,
Object requestData)
This method attempts to reserve all VBI filters held by this VBIFilterGroup, and attaches to a specified ServiceContext. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |