|
||||||||||
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. |
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,
java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |