kaos.aci.flexfeed
Class VideoFeedConstraints
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable
kaos.aci.PolicyConstraints
kaos.aci.flexfeed.VideoFeedConstraints
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map
public class VideoFeedConstraints
- extends PolicyConstraints
- Author:
- Administrator
- See Also:
- Serialized Form
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 |
MAX_RESOLUTION
public static final java.lang.String MAX_RESOLUTION
- See Also:
- Constant Field Values
MAX_FRAME_RATE
public static final java.lang.String MAX_FRAME_RATE
- See Also:
- Constant Field Values
MIN_FRAME_RATE
public static final java.lang.String MIN_FRAME_RATE
- See Also:
- Constant Field Values
MIN_DELAY
public static final java.lang.String MIN_DELAY
- See Also:
- Constant Field Values
VideoFeedConstraints
public VideoFeedConstraints(java.lang.String maxRes,
int maxFrameRate,
int minFrameRate,
int minDelay)
- Creates a new instance of VideoFeedConstraints
VideoFeedConstraints
public VideoFeedConstraints(PolicyConstraints pc)
getMaxResolution
public java.lang.String getMaxResolution()
getMaxFrameRate
public int getMaxFrameRate()
getMinFrameRate
public int getMinFrameRate()
getMinDelay
public int getMinDelay()