|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFreeInputList
The response to a IRecorder.getFreeInputs()
or IRemoteEncoder.getFreeInputs()
request.
A response example:
<0>INPUT_NAME: DVBInput | <1>SOURCE_ID: 1 | <2>INPUT_ID: 1 | <3>CARD_ID: 1 | <4>MULTIPLEX_ID: 0
<0>INPUT_NAME: Tuner 1 | <1>SOURCE_ID: 1 | <2>INPUT_ID: 1 | <3>CARD_ID: 1 | <4>MULTIPLEX_ID: 0
IRecorder.getFreeInputs()
,
IRemoteEncoder.getFreeInputs()
,
QUERY_REMOTEENCODER_GET_FREE_INPUTS
,
QUERY_RECORDER_GET_FREE_INPUTS
Method Summary | |
---|---|
List<IInputInfoFree> |
asList()
Gets the free-inputs as list |
IInputInfoFree |
get(int idx)
Gets the input at the given position. |
boolean |
isEmpty()
Checks if this list is empty. |
int |
size()
The size of this list |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Methods inherited from interface org.jmythapi.IVersionable |
---|
getVersionNr |
Method Detail |
---|
List<IInputInfoFree> asList()
IInputInfoFree get(int idx)
idx
- the input index
int size()
boolean isEmpty()
true
if the list is empty.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |