|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.Format
org.mobicents.media.format.VideoFormat
org.mobicents.media.server.impl.rtp.sdp.RTPVideoFormat
public class RTPVideoFormat
| Field Summary |
|---|
| Fields inherited from class org.mobicents.media.format.VideoFormat |
|---|
CINEPAK, frameRate, H261, H261_RTP, H263, H263_1998_RTP, H263_RTP, INDEO32, INDEO41, INDEO50, IRGB, JPEG, JPEG_RTP, maxDataLength, MJPEGA, MJPEGB, MJPG, MPEG, MPEG_RTP, RGB, RLE, RPZA, SMC, YUV |
| Fields inherited from class org.mobicents.media.Format |
|---|
ANY, byteArray, clz, dataType, encoding, FALSE, FORMAT_HASHMAP_DEFAULT_INITIAL_CAPACITY, FORMAT_HASHMAP_DEFAULT_LOAD_FACTOR, formatArray, intArray, NOT_SPECIFIED, shortArray, TRUE |
| Constructor Summary | |
|---|---|
RTPVideoFormat(int payloadType,
java.lang.String encdingName)
|
|
RTPVideoFormat(int payloadType,
java.lang.String encdingName,
float fr)
|
|
RTPVideoFormat(int payloadType,
java.lang.String encoding,
int maxDataLength,
float frameRate)
|
|
| Method Summary | |
|---|---|
java.util.Collection<javax.sdp.Attribute> |
encode()
Encodes format objects to SDP attributes. |
int |
getPayloadType()
Defines the RTP payload type. |
static RTPVideoFormat |
parseFormat(java.lang.String rtpmap)
|
| Methods inherited from class org.mobicents.media.format.VideoFormat |
|---|
clone, copy, equals, getFrameRate, getMaxDataLength, intersects, matches, relax, toString |
| Methods inherited from class org.mobicents.media.Format |
|---|
getDataType, getEncoding, hashCode, isSameEncoding, isSameEncoding |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RTPVideoFormat(int payloadType,
java.lang.String encdingName)
public RTPVideoFormat(int payloadType,
java.lang.String encdingName,
float fr)
public RTPVideoFormat(int payloadType,
java.lang.String encoding,
int maxDataLength,
float frameRate)
| Method Detail |
|---|
public int getPayloadType()
RTPFormat
getPayloadType in interface RTPFormatpublic static RTPVideoFormat parseFormat(java.lang.String rtpmap)
public java.util.Collection<javax.sdp.Attribute> encode()
RTPFormat
encode in interface RTPFormat
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||