|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IRingBuffer.Props>
org.jmythapi.protocol.response.IRingBuffer.Props
public static enum IRingBuffer.Props
The properties of an IRingBuffer response.
| MythTV Protocol Version Matrix | |||||
|---|---|---|---|---|---|
| Protocol | |||||
| Name | Type | Range | 00 | 19 | 20 |
| URL | String | [00,20) | X | X | - |
| SIZE1 | String | [00,20) | X | X | - |
| SIZE2 | Long | [00,20) | X | X | - |
| AMOUNT1 | Long | [00,20) | X | X | - |
| AMOUNT2 | Long | [00,20) | X | X | - |
| Enum Constant Summary | |
|---|---|
AMOUNT1
The fillamount - part1. |
|
AMOUNT2
The fillamount - part2. |
|
SIZE1
Thr ringbuffer size - part1. |
|
SIZE2
The ringbuffer size - part2. |
|
URL
The ringbuffer file. |
|
| Method Summary | |
|---|---|
static IRingBuffer.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IRingBuffer.Props[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IRingBuffer.Props URL
See MythtV setting LiveBufferDir for the prefix:
IRingBuffer.getUrl()public static final IRingBuffer.Props SIZE1
IRingBuffer.getSize()public static final IRingBuffer.Props SIZE2
See MythTV setting BufferSize.
IRingBuffer.getSize()public static final IRingBuffer.Props AMOUNT1
See MythTV setting MaxBufferFill.
IRingBuffer.getAmount()public static final IRingBuffer.Props AMOUNT2
See MythTV setting MaxBufferFill.
IRingBuffer.getAmount()| Method Detail |
|---|
public static IRingBuffer.Props[] values()
for (IRingBuffer.Props c : IRingBuffer.Props.values()) System.out.println(c);
public static IRingBuffer.Props valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||