|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MPEGProgram | |
|---|---|
| de.humatic.dsj | |
| de.humatic.dsj.sink | |
| de.humatic.dsj.src | |
| de.humatic.dsj.util | |
| Uses of MPEGProgram in de.humatic.dsj |
|---|
| Methods in de.humatic.dsj that return MPEGProgram | |
|---|---|
MPEGProgram[] |
DSHDVTape.getPrograms()
|
MPEGProgram[] |
DSBDAGraph.getPrograms()
|
| Methods in de.humatic.dsj with parameters of type MPEGProgram | |
|---|---|
void |
DSBDAGraph.broadcast(java.lang.String baseIP,
MPEGProgram[] prgs,
int flags)
Relays the transport stream received from the BDAReceiver to the network for IPBroadcasting. |
| Uses of MPEGProgram in de.humatic.dsj.sink |
|---|
| Methods in de.humatic.dsj.sink with parameters of type MPEGProgram | |
|---|---|
void |
TSNetworkSink.reconfigure(java.lang.String baseIP,
MPEGProgram[] prgs,
int flags)
Reconfigures the network part of the sink, which may become necessary when for example a BDA graph has switched to a different broadcast than the original. |
| Constructors in de.humatic.dsj.sink with parameters of type MPEGProgram | |
|---|---|
TSNetworkSink(DSFiltergraph graph,
java.lang.String baseIP,
MPEGProgram[] prgs,
int flags)
Creates a sink for filtergraphs whose data already is in MPEG2 transportstream format. |
|
| Uses of MPEGProgram in de.humatic.dsj.src |
|---|
| Methods in de.humatic.dsj.src that return MPEGProgram | |
|---|---|
MPEGProgram[] |
TSNetworkSource.getPrograms()
|
MPEGProgram[] |
TSFileSource.getPrograms()
|
MPEGProgram[] |
PSNetworkSource.getPrograms()
|
| Methods in de.humatic.dsj.src with parameters of type MPEGProgram | |
|---|---|
void |
TSNetworkSource.broadcast(java.lang.String baseIP,
MPEGProgram[] prgs,
int flags)
Relays the received transport stream to the network. |
void |
TSFileSource.broadcast(java.lang.String baseIP,
MPEGProgram[] prgs,
int flags)
|
| Constructors in de.humatic.dsj.src with parameters of type MPEGProgram | |
|---|---|
TSFileSource(java.lang.String path,
MPEGProgram prg,
int srcFlags,
java.beans.PropertyChangeListener listener)
Opens the transportstream file (m2t, ts) at path, playing the given program from a multiprogram stream.. |
|
TSNetworkSource(java.lang.String ip,
int port,
MPEGProgram prg,
int srcFlags,
java.beans.PropertyChangeListener listener)
Opens a transport stream, transmitted via udp, optionally tuneing to the specified program in a broadcast stream.(%prg can be null) See comments in first constructor for possible srcFlags values. |
|
| Uses of MPEGProgram in de.humatic.dsj.util |
|---|
| Methods in de.humatic.dsj.util that return MPEGProgram | |
|---|---|
MPEGProgram[] |
MPEGSource.getPrograms()
Returns an array of all programs seen in a stream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||