|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Format | |
|---|---|
| org.mobicents.mscontrol.sdp | |
| Uses of Format in org.mobicents.mscontrol.sdp |
|---|
| Subclasses of Format in org.mobicents.mscontrol.sdp | |
|---|---|
class |
AudioFormat
Standard JMF class -- see this class in the JMF Javadoc. |
class |
VideoFormat
Standard JMF class -- see this class in the JMF Javadoc. |
| Fields in org.mobicents.mscontrol.sdp declared as Format | |
|---|---|
static Format |
Format.ANY
|
static Format |
Format.RAW_RTP
|
| Methods in org.mobicents.mscontrol.sdp that return Format | |
|---|---|
Format |
MediaDescriptor.getFormat(int i)
|
Format |
FormatParser.getFormat(int payload)
|
Format |
VideoFormatParser.getFormat(int payload)
|
Format |
AudioFormatParser.getFormat(int payload)
|
Format |
Format.relax()
|
Format |
VideoFormat.relax()
|
| Methods in org.mobicents.mscontrol.sdp that return types with arguments of type Format | |
|---|---|
Hashtable<Integer,Format> |
AVProfile.getProfile()
|
| Methods in org.mobicents.mscontrol.sdp with parameters of type Format | |
|---|---|
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 |
Format.matches(Format format)
|
boolean |
VideoFormat.matches(Format format)
|
boolean |
AudioFormat.matches(Format format)
|
boolean |
FormatParser.parse(String rtpmap,
int[] payloads,
Format[] formats,
int count)
|
boolean |
VideoFormatParser.parse(String rtpmap,
int[] payloads,
Format[] formats,
int count)
|
boolean |
AudioFormatParser.parse(String rtpmap,
int[] payloads,
Format[] formats,
int count)
|
void |
FormatParser.write(StringBuffer buffer,
int p,
Format f)
|
void |
VideoFormatParser.write(StringBuffer buff,
int p,
Format f)
|
void |
AudioFormatParser.write(StringBuffer buff,
int p,
Format f)
|
| Method parameters in org.mobicents.mscontrol.sdp with type arguments of type Format | |
|---|---|
void |
AVProfile.setProfile(Hashtable<Integer,Format> profile)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||