| Modifier and Type | Field and Description |
|---|---|
static AudioFormat |
AMR |
static String |
AUDIO |
static AudioFormat |
DTMF |
static AudioFormat |
G729 |
static AudioFormat |
GSM |
static VideoFormat |
H261 |
static VideoFormat |
H263 |
static AudioFormat |
L16_MONO |
static AudioFormat |
L16_STEREO |
static VideoFormat |
MP4V |
static AudioFormat |
MPEG4_GENERIC |
static AudioFormat |
PCMA |
static AudioFormat |
PCMU |
static AudioFormat |
SPEEX |
static String |
VIDEO |
| Constructor and Description |
|---|
AVProfile() |
| Modifier and Type | Method and Description |
|---|---|
AVProfile |
clone() |
AudioFormat |
getAudioFormat(int pt)
Gets the audio format related to payload type.
|
HashMap<Integer,AudioFormat> |
getAudioFormats() |
Hashtable<Integer,Format> |
getProfile() |
VideoFormat |
getVideoFormat(int pt)
Gets the video format related to payload type.
|
HashMap<Integer,VideoFormat> |
getVideoFormats() |
void |
setProfile(Hashtable<Integer,Format> profile) |
public static final String AUDIO
public static final String VIDEO
public static final AudioFormat AMR
public static final AudioFormat PCMU
public static final AudioFormat PCMA
public static final AudioFormat SPEEX
public static final AudioFormat G729
public static final AudioFormat GSM
public static final AudioFormat MPEG4_GENERIC
public static final AudioFormat L16_STEREO
public static final AudioFormat L16_MONO
public static final AudioFormat DTMF
public static final VideoFormat H261
public static final VideoFormat MP4V
public static final VideoFormat H263
public HashMap<Integer,AudioFormat> getAudioFormats()
public HashMap<Integer,VideoFormat> getVideoFormats()
public AudioFormat getAudioFormat(int pt)
pt - the payload typepublic VideoFormat getVideoFormat(int pt)
pt - the payload typeCopyright © 2015 TeleStax, Inc.. All Rights Reserved.