com.cisco.jtapi.extensions
Interface CiscoRTPPayload


public interface CiscoRTPPayload

Introduction

The RTPPayload interface contains constants that describe RTP formats. The CiscoRTPInputProperties.getPayloadType and CiscoRTPOutputProperties.getPayloadType methods return these constants.

See Also:
CiscoRTPInputProperties.getPayloadType(), CiscoRTPOutputProperties.getPayloadType()

Field Summary
static int ACTIVEVOICE
          ACTIVEVOICE payload
static int ACY_G729AASSN
          ACY_G729AASSN payload
static int DATA56
          DATA56 payload
static int DATA64
          DATA64 payload
static int G711ALAW56K
          G.711 56K a-law payload
static int G711ALAW64K
          G.711 64K a-law payload
static int G711ULAW56K
          G.711 56K u-law payload
static int G711ULAW64K
          G.711 64K u-law payload
static int G722_48K
          G.722 48K payload
static int G722_56K
          G.722 56K payload
static int G722_64K
          G.722 64K payload
static int G7231
          G.723.1 payload
static int G728
          G.728 payload
static int G729
          G.729 payload
static int G729ANNEXA
          G.729a payload
static int GSM
          GSM payload
static int IS11172AUDIOCAP
          IS11172AUDIOCAP payload
static int IS13818AUDIOCAP
          IS13818AUDIOCAP payload
static int NONSTANDARD
          A nonstandard RTP payload
static int WIDEBAND_256K
          Wide_Band_256k payload
 

Field Detail

NONSTANDARD

static final int NONSTANDARD
A nonstandard RTP payload

See Also:
Constant Field Values

G711ALAW64K

static final int G711ALAW64K
G.711 64K a-law payload

See Also:
Constant Field Values

G711ALAW56K

static final int G711ALAW56K
G.711 56K a-law payload

See Also:
Constant Field Values

G711ULAW64K

static final int G711ULAW64K
G.711 64K u-law payload

See Also:
Constant Field Values

G711ULAW56K

static final int G711ULAW56K
G.711 56K u-law payload

See Also:
Constant Field Values

G722_64K

static final int G722_64K
G.722 64K payload

See Also:
Constant Field Values

G722_56K

static final int G722_56K
G.722 56K payload

See Also:
Constant Field Values

G722_48K

static final int G722_48K
G.722 48K payload

See Also:
Constant Field Values

G7231

static final int G7231
G.723.1 payload

See Also:
Constant Field Values

G728

static final int G728
G.728 payload

See Also:
Constant Field Values

G729

static final int G729
G.729 payload

See Also:
Constant Field Values

G729ANNEXA

static final int G729ANNEXA
G.729a payload

See Also:
Constant Field Values

IS11172AUDIOCAP

static final int IS11172AUDIOCAP
IS11172AUDIOCAP payload

See Also:
Constant Field Values

IS13818AUDIOCAP

static final int IS13818AUDIOCAP
IS13818AUDIOCAP payload

See Also:
Constant Field Values

ACY_G729AASSN

static final int ACY_G729AASSN
ACY_G729AASSN payload

See Also:
Constant Field Values

DATA64

static final int DATA64
DATA64 payload

See Also:
Constant Field Values

DATA56

static final int DATA56
DATA56 payload

See Also:
Constant Field Values

GSM

static final int GSM
GSM payload

See Also:
Constant Field Values

ACTIVEVOICE

static final int ACTIVEVOICE
ACTIVEVOICE payload

See Also:
Constant Field Values

WIDEBAND_256K

static final int WIDEBAND_256K
Wide_Band_256k payload

See Also:
Constant Field Values