|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.MediaControl.CreateConnectionOptions
public static class MediaControl.CreateConnectionOptions
| Field Summary | |
|---|---|
java.lang.Long |
callId
The CallId of the call associated with this connection (hairpin only). |
MediaControl.MediaRxCodec |
mediaRxCodec
The codec to use for the RTP stream inbound to the media engine. |
java.lang.Long |
mediaRxFramesize
The framesize (in milliseconds) to use for the RTP stream inbound to the media engine. |
MediaControl.MediaRxCodec |
mediaTxCodec
The codec to use for the RTP stream outbound from the media engine. |
java.lang.String |
mediaTxControlIP
The RTCP IP address of the remote endpoint. |
java.lang.Long |
mediaTxControlPort
The RTCP port of the remote endpoint. |
java.lang.Long |
mediaTxFramesize
The framesize (in milliseconds) to use for the RTP stream outbound from the media engine. |
java.lang.Long |
mmsId
The ID of the media engine to create the connection on. |
java.lang.Integer |
timeout
The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action. |
| Constructor Summary | |
|---|---|
MediaControl.CreateConnectionOptions()
Constructs the CreateConnectionOptions. |
|
MediaControl.CreateConnectionOptions(MediaControl.MediaRxCodec mediaTxCodec,
java.lang.Long mmsId,
java.lang.String mediaTxControlIP,
java.lang.Long mediaTxControlPort,
MediaControl.MediaRxCodec mediaRxCodec,
java.lang.Long mediaRxFramesize,
java.lang.Integer timeout,
java.lang.Long mediaTxFramesize,
java.lang.Long callId)
Constructs the CreateConnectionOptions. |
|
| Method Summary | |
|---|---|
java.lang.Long |
getCallId()
Gets the value. |
MediaControl.MediaRxCodec |
getMediaRxCodec()
Gets the value. |
java.lang.Long |
getMediaRxFramesize()
Gets the value. |
MediaControl.MediaRxCodec |
getMediaTxCodec()
Gets the value. |
java.lang.String |
getMediaTxControlIP()
Gets the value. |
java.lang.Long |
getMediaTxControlPort()
Gets the value. |
java.lang.Long |
getMediaTxFramesize()
Gets the value. |
java.lang.Long |
getMmsId()
Gets the value. |
java.lang.Integer |
getTimeout()
Gets the value. |
void |
setCallId(java.lang.Long value)
Sets the value. |
void |
setMediaRxCodec(MediaControl.MediaRxCodec value)
Sets the value. |
void |
setMediaRxFramesize(java.lang.Long value)
Sets the value. |
void |
setMediaTxCodec(MediaControl.MediaRxCodec value)
Sets the value. |
void |
setMediaTxControlIP(java.lang.String value)
Sets the value. |
void |
setMediaTxControlPort(java.lang.Long value)
Sets the value. |
void |
setMediaTxFramesize(java.lang.Long value)
Sets the value. |
void |
setMmsId(java.lang.Long value)
Sets the value. |
void |
setTimeout(java.lang.Integer value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public MediaControl.MediaRxCodec mediaTxCodec
public java.lang.Long mmsId
public java.lang.String mediaTxControlIP
public java.lang.Long mediaTxControlPort
public MediaControl.MediaRxCodec mediaRxCodec
public java.lang.Long mediaRxFramesize
public java.lang.Integer timeout
public java.lang.Long mediaTxFramesize
public java.lang.Long callId
| Constructor Detail |
|---|
public MediaControl.CreateConnectionOptions()
public MediaControl.CreateConnectionOptions(MediaControl.MediaRxCodec mediaTxCodec,
java.lang.Long mmsId,
java.lang.String mediaTxControlIP,
java.lang.Long mediaTxControlPort,
MediaControl.MediaRxCodec mediaRxCodec,
java.lang.Long mediaRxFramesize,
java.lang.Integer timeout,
java.lang.Long mediaTxFramesize,
java.lang.Long callId)
mediaTxCodec - The codec to use for the RTP stream outbound from the media engine. Valid
mediaTxCodec values are G711u, G711a, G723, and G729. If not specified, the media engine
mediaTxCodec configuration file defines the codec to use, which by default is G711u.
mediaTxCodecmmsId - The ID of the media engine to create the connection on. This field is only
mmsId relevant if CreateConnection is being used to create a new connection; not
mmsId if being used to fully establish a connection that was previously created
mmsId by ReserveConnection. If no MmsId is specified when using CreateConnection,
mmsId a media engine with the most available resources is dynamically selected
mmsId from the Media Resource Group associated with the partition of the script
mmsId instance from which CreateConnection is invoked.
mmsIdmediaTxControlIP - The RTCP IP address of the remote endpoint.
mediaTxControlIPmediaTxControlPort - The RTCP port of the remote endpoint.
mediaTxControlPortmediaRxCodec - The codec to use for the RTP stream inbound to the media engine. Valid
mediaRxCodec values are G711u, G711a, G723, and G729. If not specified, the media engine
mediaRxCodec configuration file defines the codec to use, which by default is G711u.
mediaRxCodecmediaRxFramesize - The framesize (in milliseconds) to use for the RTP stream inbound to the
mediaRxFramesize media engine. If not specified, the media engine configuration file defines
mediaRxFramesize the framesize to use, which by default is 20ms.
mediaRxFramesizetimeout - The Timeout property specifies to the Application Runtime Environment how
timeout long to wait for a response from the provider for the current action. The
timeout ReturnValue returned in this case is Timeout. The value must be a literal
timeout value in milliseconds.
timeoutmediaTxFramesize - The framesize (in milliseconds) to use for the RTP stream outbound from the
mediaTxFramesize media engine. If not specified, the media engine configuration file defines
mediaTxFramesize the framesize to use, which by default is 20ms.
mediaTxFramesizecallId - The CallId of the call associated with this connection (hairpin only).
callId| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic MediaControl.MediaRxCodec getMediaTxCodec()
public void setMediaTxCodec(MediaControl.MediaRxCodec value)
value - the value.public java.lang.Long getMmsId()
public void setMmsId(java.lang.Long value)
value - the value.public java.lang.String getMediaTxControlIP()
public void setMediaTxControlIP(java.lang.String value)
value - the value.public java.lang.Long getMediaTxControlPort()
public void setMediaTxControlPort(java.lang.Long value)
value - the value.public MediaControl.MediaRxCodec getMediaRxCodec()
public void setMediaRxCodec(MediaControl.MediaRxCodec value)
value - the value.public java.lang.Long getMediaRxFramesize()
public void setMediaRxFramesize(java.lang.Long value)
value - the value.public java.lang.Integer getTimeout()
public void setTimeout(java.lang.Integer value)
value - the value.public java.lang.Long getMediaTxFramesize()
public void setMediaTxFramesize(java.lang.Long value)
value - the value.public java.lang.Long getCallId()
public void setCallId(java.lang.Long value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||