|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transcoders | |
jreceiver.common.rpc | A set of wrapper classes to remotely query and control the JReceiver Engine. |
Uses of Transcoders in jreceiver.common.rpc |
Methods in jreceiver.common.rpc that return Transcoders | |
static Transcoders |
RpcFactory.newTranscoders()
Produce a Transcoders object from the factory, using the default host and default credentials. |
static Transcoders |
RpcFactory.newTranscoders(java.net.URL host)
Produce a Transcoders object from the factory, using the specified host and default credentials. |
static Transcoders |
RpcFactory.newTranscoders(User user)
Produce a Transcoders object from the factory, using the default host and specified credentials. |
static Transcoders |
RpcFactory.newTranscoders(java.net.URL host,
User user)
Produce a Transcoders object from the factory, using the specified host and specified credentials. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |