|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The SdpConstants class contains the RTP/AVP related constants. Please refer to IETF RFC 2327 for a description of SDP.
Field Summary | |
static int |
AVP_DEFINED_STATIC_MAX
Highest defined static payload type. |
static int |
AVP_DYNAMIC_MIN
The minimum defined dynamic format value |
static int[] |
avpChannels
Channels per static type. |
static int[] |
avpClockRates
Clock rates for various AVP payload types indexed by their static payload types. |
static String[] |
avpTypeNames
Names of AVP (Audio-Video Profile) payload types indexed on their static payload types. |
static int |
CELB
Static RTP/AVP payload type for the CELB video codec. |
static int |
CN
Static RTP/AVP payload type for the CN audio codec. |
static int |
CN_DEPRECATED
Static RTP/AVP payload type for the CN audio codec. |
static int |
DVI4_11025
Static RTP/AVP payload type for the DVI4_11025 audio codec |
static int |
DVI4_16000
Static RTP/AVP payload type for the DVI4_16000 audio codec. |
static int |
DVI4_22050
Static RTP/AVP payload type for the DVI4_22050 audio codec. |
static int |
DVI4_8000
Static RTP/AVP payload type for the DVI4_8000 audio codec |
static String |
DYNAMIC
Dynamic Payload type. |
static String |
FMTP
RTP mapping attribute. |
static int |
G722
Static RTP/AVP payload type for the G722 audio codec. |
static int |
G723
Static RTP/AVP payload type for the G723 audio codec. |
static int |
G726_32
Static RTP/AVP payload type for the G726_32 audio codec. |
static int |
G728
Static RTP/AVP payload type for the G728 audio codec. |
static int |
G729
Static RTP/AVP payload type for the G729 audio codec. |
static int |
GSM
Static RTP/AVP payload type for the GSM audio codec. |
static int |
H261
Static RTP/AVP payload type for the H261 video codec. |
static int |
H263
Static RTP/AVP payload type for the H263 video codec. |
static int |
JPEG
Static RTP/AVP payload type for the JPEG video codec. |
static int |
L16_1CH
Static RTP/AVP payload type for the L16_1CH audio codec. |
static int |
L16_2CH
Static RTP/AVP payload type for the L16_2CH audio codec. |
static int |
LPC
Static RTP/AVP payload type for the LPC audio codec |
static int |
MP2T
Static RTP/AVP payload type for the MP2T video codec. |
static int |
MPA
Static RTP/AVP payload type for the MPA audio codec. |
static int |
MPV
Static RTP/AVP payload type for the MPV video codec. |
static long |
NTP_CONST
Constant used to translate between NTP time used in SDP and "native" Java time. |
static int |
NV
Static RTP/AVP payload type for the NV video codec |
static int |
PCMA
Static RTP/AVP payload type for the PCMA audio codec. |
static int |
PCMU
Static RTP/AVP payload type for the PCMU audio codec. |
static int |
QCELP
Static RTP/AVP payload type for QCELP audio codec |
static String |
RESERVED
Reserved Payload type. |
static String |
RTP_AVP
RTP/AVP Protocol |
static String |
RTPMAP
RTP mapping attribute. |
static int |
TENSIXTEEN
Static RTP/AVP payload type for the TENSIXTEEN audio codec. |
static String |
UNASSIGNED
Unassigned Payload type. |
Field Detail |
public static final long NTP_CONST
public static final String RESERVED
public static final String UNASSIGNED
public static final String DYNAMIC
public static final String RTP_AVP
public static final String RTPMAP
public static final String FMTP
public static final int PCMU
public static final int TENSIXTEEN
public static final int G726_32
public static final int GSM
public static final int G723
public static final int DVI4_8000
public static final int DVI4_16000
public static final int LPC
public static final int PCMA
public static final int G722
public static final int L16_2CH
public static final int L16_1CH
public static final int QCELP
public static final int CN
public static final int MPA
public static final int G728
public static final int DVI4_11025
public static final int DVI4_22050
public static final int G729
public static final int CN_DEPRECATED
public static final int CELB
public static final int JPEG
public static final int NV
public static final int H261
public static final int MPV
public static final int MP2T
public static final int H263
public static final int AVP_DEFINED_STATIC_MAX
public static final int AVP_DYNAMIC_MIN
public static final String[] avpTypeNames
public static final int[] avpClockRates
public static final int[] avpChannels
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |