|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IInputInfo | |
---|---|
org.jmythapi.protocol | This package contains basic protocol related interfaces, exceptions and constants. |
org.jmythapi.protocol.impl | This package contains implementations of MythTV protocol elements. |
org.jmythapi.protocol.response | This package contains interfaces of MythTV response messages. |
org.jmythapi.protocol.response.impl | This package contains implementations of MythTV response messages. |
Uses of IInputInfo in org.jmythapi.protocol |
---|
Methods in org.jmythapi.protocol that return types with arguments of type IInputInfo | |
---|---|
List<IInputInfo> |
IRemoteEncoder.getInputs()
Gets a list of all inputs of the encoder. |
Uses of IInputInfo in org.jmythapi.protocol.impl |
---|
Methods in org.jmythapi.protocol.impl that return types with arguments of type IInputInfo | |
---|---|
List<IInputInfo> |
RemoteEncoder.getInputs()
|
Uses of IInputInfo in org.jmythapi.protocol.response |
---|
Subinterfaces of IInputInfo in org.jmythapi.protocol.response | |
---|---|
interface |
IInputInfoFree
An interface to get the free inputs of a MythTV encoder. |
interface |
IInputInfoTuned
An interface to get a currently in use recorder input. |
Uses of IInputInfo in org.jmythapi.protocol.response.impl |
---|
Classes in org.jmythapi.protocol.response.impl that implement IInputInfo | |
---|---|
class |
InputInfoFree
|
class |
InputInfoTuned
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |