kaos.flexfeed.flik
Class VideoFeedConstraints

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by kaos.flexfeed.flik.PolicyConstraints
              extended by kaos.flexfeed.flik.VideoFeedConstraints
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class VideoFeedConstraints
extends PolicyConstraints

See Also:
Serialized Form

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

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_DELAY

public static final java.lang.String MIN_DELAY
See Also:
Constant Field Values
Constructor Detail

VideoFeedConstraints

public VideoFeedConstraints(java.lang.String maxRes,
                            int maxFrameRate,
                            int minDelay)
Creates a new instance of VideoFeedConstraints

Method Detail

getMaxResolution

public java.lang.String getMaxResolution()

getMaxFrameRate

public int getMaxFrameRate()

getMinDelay

public int getMinDelay()