oracle.panama.model
Class VideoMode

java.lang.Object
  |
  +--oracle.panama.model.VideoMode

public class VideoMode
extends java.lang.Object

Enumeration class of Video Mode


Field Summary
TypeField
static VideoMode BUFFERED
           
static VideoMode STREAMING
           
 
Method Summary
TypeMethod
static java.util.Enumeration elements()
           
 int getIntValue()
           
 java.lang.String getName()
           
static VideoMode getVideoMode(int videoModeValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STREAMING

public static VideoMode STREAMING

BUFFERED

public static VideoMode BUFFERED
Method Detail

getIntValue

public int getIntValue()

getName

public java.lang.String getName()

elements

public static java.util.Enumeration elements()

getVideoMode

public static VideoMode getVideoMode(int videoModeValue)