public interface SdpConstants
Modifier and Type | Field and Description |
---|---|
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.
|
static final long NTP_CONST
static final String RESERVED
static final String UNASSIGNED
static final String DYNAMIC
static final String RTP_AVP
static final String RTPMAP
static final String FMTP
static final int PCMU
static final int TENSIXTEEN
static final int G726_32
static final int GSM
static final int G723
static final int DVI4_8000
static final int DVI4_16000
static final int LPC
static final int PCMA
static final int G722
static final int L16_2CH
static final int L16_1CH
static final int QCELP
static final int CN
static final int MPA
static final int G728
static final int DVI4_11025
static final int DVI4_22050
static final int G729
static final int CN_DEPRECATED
static final int CELB
static final int JPEG
static final int NV
static final int H261
static final int MPV
static final int MP2T
static final int H263
static final int AVP_DEFINED_STATIC_MAX
static final int AVP_DYNAMIC_MIN
static final String[] avpTypeNames
static final int[] avpClockRates
static final int[] avpChannels
Copyright © 2016. All Rights Reserved.