cvm.ncb.adapters
Class NCBBridgeCapability

java.lang.Object
  extended by cvm.ncb.adapters.NCBBridgeCapability

public abstract class NCBBridgeCapability
extends java.lang.Object

This class contains all the possible capabilities of NCB. This is used to encapsulate API specific Capabilities into a general type that is understood by NCB.

Author:
Raidel Batista, Eddie Incer, Frank Hernandez

Field Summary
static java.lang.String AUDIO_INPUT
          Live Audio in.
static java.lang.String AUDIO_OUTPUT
          Live Audio Out
static java.lang.String LIVE_AUDIO
          Live Audio
static java.lang.String LIVE_AV
          Live Audio and video
static java.lang.String TEXT
          Live text...
static java.lang.String VIDEO
          Live video
 
Constructor Summary
NCBBridgeCapability()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIDEO

public static final java.lang.String VIDEO
Live video

See Also:
Constant Field Values

AUDIO_OUTPUT

public static final java.lang.String AUDIO_OUTPUT
Live Audio Out

See Also:
Constant Field Values

AUDIO_INPUT

public static final java.lang.String AUDIO_INPUT
Live Audio in.

See Also:
Constant Field Values

LIVE_AV

public static final java.lang.String LIVE_AV
Live Audio and video

See Also:
Constant Field Values

TEXT

public static final java.lang.String TEXT
Live text... Chat

See Also:
Constant Field Values

LIVE_AUDIO

public static final java.lang.String LIVE_AUDIO
Live Audio

See Also:
Constant Field Values
Constructor Detail

NCBBridgeCapability

public NCBBridgeCapability()