| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable
kaos.flexfeed.flik.PolicyConstraints
kaos.flexfeed.flik.VideoFeedConstraints
public class VideoFeedConstraints
| Field Summary | |
|---|---|
| static java.lang.String | MAX_FRAME_RATE | 
| static java.lang.String | MAX_RESOLUTION | 
| static java.lang.String | MIN_DELAY | 
| Constructor Summary | |
|---|---|
| VideoFeedConstraints(java.lang.String maxRes,
                     int maxFrameRate,
                     int minDelay)Creates a new instance of VideoFeedConstraints | |
| Method Summary | |
|---|---|
|  int | getMaxFrameRate() | 
|  java.lang.String | getMaxResolution() | 
|  int | getMinDelay() | 
| Methods inherited from class java.util.Hashtable | 
|---|
| clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values | 
| Methods inherited from class java.lang.Object | 
|---|
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String MAX_RESOLUTION
public static final java.lang.String MAX_FRAME_RATE
public static final java.lang.String MIN_DELAY
| Constructor Detail | 
|---|
public VideoFeedConstraints(java.lang.String maxRes,
                            int maxFrameRate,
                            int minDelay)
| Method Detail | 
|---|
public java.lang.String getMaxResolution()
public int getMaxFrameRate()
public int getMinDelay()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||