|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cisco.jtapi.extensions.CiscoMediaCapability
com.cisco.jtapi.extensions.CiscoG729MediaCapability
public class CiscoG729MediaCapability
The CiscoG729MediaCapability object specifies the properties for a G.729 encoded RTP
stream. Applications that support G.729 media termination use this object to specify their
preferred packet size when registering a CiscoMediaTerminal.
The default packet size is thirty milliseconds.
| Field Summary | |
|---|---|
static int |
FRAMESIZE_SIXTY_MILLISECOND_PACKET
RTP Packet Framesize: Sixty millisecond RTP packet |
static int |
FRAMESIZE_THIRTY_MILLISECOND_PACKET
RTP Packet Framesize: Thirty millisecond RTP packet |
static int |
FRAMESIZE_TWENTY_MILLISECOND_PACKET
RTP Packet Framesize: Twenty millisecond RTP packet |
| Fields inherited from class com.cisco.jtapi.extensions.CiscoMediaCapability |
|---|
G711_64K_30_MILLISECONDS, G723_6K_30_MILLISECONDS, G729_30_MILLISECONDS, GSM_80_MILLISECONDS, ISAC, WIDEBAND_256K_10_MILLISECONDS |
| Constructor Summary | |
|---|---|
CiscoG729MediaCapability()
Constructs a CiscoG729MediaCapability
| |
CiscoG729MediaCapability(int payload,
int rtpPacketFrameSize)
Constructs a CiscoG729MediaCapability
| |
| Method Summary |
|---|
| Methods inherited from class com.cisco.jtapi.extensions.CiscoMediaCapability |
|---|
getMaxFramesPerPacket, getPayloadType, isSupported, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int FRAMESIZE_TWENTY_MILLISECOND_PACKET
public static final int FRAMESIZE_THIRTY_MILLISECOND_PACKET
public static final int FRAMESIZE_SIXTY_MILLISECOND_PACKET
| Constructor Detail |
|---|
public CiscoG729MediaCapability(int payload,
int rtpPacketFrameSize)
CiscoG729MediaCapability
public CiscoG729MediaCapability()
CiscoG729MediaCapability
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||