|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransportStream | |
|---|---|
| org.davic.mpeg | Provides utility classes for common MPEG concepts. |
| org.davic.mpeg.sections | Provides access to MPEG-2 section filtering. |
| org.davic.net.tuning | Provides access to tuning - MPEG multiplex selection. |
| org.ocap.mpeg | The org.ocap.mpeg package provides access to private data sections in the extended channel |
| Uses of TransportStream in org.davic.mpeg |
|---|
| Methods in org.davic.mpeg that return TransportStream | |
|---|---|
TransportStream |
TuningException.getTransportStream()
|
TransportStream |
Service.getTransportStream()
|
| Uses of TransportStream in org.davic.mpeg.sections |
|---|
| Methods in org.davic.mpeg.sections that return TransportStream | |
|---|---|
TransportStream |
SectionFilterGroup.getSource()
Returns the MPEG-2 transport stream to which a SectionFilterGroup is currently connected. |
| Methods in org.davic.mpeg.sections with parameters of type TransportStream | |
|---|---|
void |
SectionFilterGroup.attach(TransportStream stream,
ResourceClient client,
Object requestData)
Connects a SectionFilterGroup to an MPEG-2 transport stream. |
| Uses of TransportStream in org.davic.net.tuning |
|---|
| Methods in org.davic.net.tuning that return TransportStream | |
|---|---|
TransportStream |
NetworkInterface.getCurrentTransportStream()
Returns the transport stream to which the network Interface is currently tuned. |
static TransportStream[] |
StreamTable.getTransportStreams(Locator locator)
Returns the transport streams that match the locator. |
TransportStream[] |
NetworkInterface.listAccessibleTransportStreams()
Lists the known transport streams that are accessible through this network interface. |
| Methods in org.davic.net.tuning with parameters of type TransportStream | |
|---|---|
NetworkInterface |
NetworkInterfaceManager.getNetworkInterface(TransportStream ts)
Returns the NetworkInterface with which the specified TransportStream object is associated. |
void |
NetworkInterfaceController.tune(TransportStream ts)
Tunes asynchronously to the given transport stream. |
| Uses of TransportStream in org.ocap.mpeg |
|---|
| Subclasses of TransportStream in org.ocap.mpeg | |
|---|---|
class |
PODExtendedChannel
This class represents an extended channel that provides access to private section data flows. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||