| Package | Description |
|---|---|
| org.mobicents.mscontrol.sdp |
| Modifier and Type | Class and Description |
|---|---|
class |
AudioFormat
Standard JMF class -- see this class in the JMF Javadoc.
|
class |
VideoFormat
Standard JMF class -- see this class in the JMF Javadoc.
|
| Modifier and Type | Field and Description |
|---|---|
static Format |
Format.ANY |
static Format |
Format.RAW_RTP |
| Modifier and Type | Method and Description |
|---|---|
Format |
VideoFormatParser.getFormat(int payload) |
Format |
MediaDescriptor.getFormat(int i) |
Format |
FormatParser.getFormat(int payload) |
Format |
AudioFormatParser.getFormat(int payload) |
Format |
Format.relax() |
Format |
VideoFormat.relax() |
| Modifier and Type | Method and Description |
|---|---|
Hashtable<Integer,Format> |
AVProfile.getProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaDescriptor.addFormat(int payload,
Format format) |
void |
MediaDescriptor.exclude(Format format) |
void |
SessionDescriptor.exclude(MediaType mediaType,
Format fmt) |
boolean |
Format.isSameEncoding(Format other) |
boolean |
AudioFormat.matches(Format format) |
boolean |
Format.matches(Format format) |
boolean |
VideoFormat.matches(Format format) |
boolean |
VideoFormatParser.parse(String rtpmap,
int[] payloads,
Format[] formats,
int count) |
boolean |
FormatParser.parse(String rtpmap,
int[] payloads,
Format[] formats,
int count) |
boolean |
AudioFormatParser.parse(String rtpmap,
int[] payloads,
Format[] formats,
int count) |
void |
VideoFormatParser.write(StringBuffer buff,
int p,
Format f) |
void |
FormatParser.write(StringBuffer buffer,
int p,
Format f) |
void |
AudioFormatParser.write(StringBuffer buff,
int p,
Format f) |
| Modifier and Type | Method and Description |
|---|---|
void |
AVProfile.setProfile(Hashtable<Integer,Format> profile) |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.