|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CallControl.GetRemoteMediaResult
public static class CallControl.GetRemoteMediaResult
| Field Summary | |
|---|---|
java.lang.String |
callId
Indicates the call for which remote media inforamtion is retrieved. |
java.lang.String |
mediaTxCodec
The codec that the media engine connection should use when sending audio. |
java.lang.Long |
mediaTxFramesize
The framesize that the media engine connection should use when sending audio. |
java.lang.String |
mediaTxIP
The IP address that the media engine connection should send audio to. |
java.lang.Long |
mediaTxPort
The port that the media engine connection should send audio to. |
CuaeCommon.CuaeResult |
returnValue
|
| Constructor Summary | |
|---|---|
CallControl.GetRemoteMediaResult()
Constructs the GetRemoteMediaResult. |
|
CallControl.GetRemoteMediaResult(CuaeCommon.CuaeResult returnValue,
java.lang.String callId,
java.lang.String mediaTxIP,
java.lang.Long mediaTxPort,
java.lang.String mediaTxCodec,
java.lang.Long mediaTxFramesize)
Constructs the GetRemoteMediaResult. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCallId()
Gets the value. |
java.lang.String |
getMediaTxCodec()
Gets the value. |
java.lang.Long |
getMediaTxFramesize()
Gets the value. |
java.lang.String |
getMediaTxIP()
Gets the value. |
java.lang.Long |
getMediaTxPort()
Gets the value. |
CuaeCommon.CuaeResult |
getReturnValue()
Gets the value. |
void |
setCallId(java.lang.String value)
Sets the value. |
void |
setMediaTxCodec(java.lang.String value)
Sets the value. |
void |
setMediaTxFramesize(java.lang.Long value)
Sets the value. |
void |
setMediaTxIP(java.lang.String value)
Sets the value. |
void |
setMediaTxPort(java.lang.Long value)
Sets the value. |
void |
setReturnValue(CuaeCommon.CuaeResult 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 CuaeCommon.CuaeResult returnValue
public java.lang.String callId
public java.lang.String mediaTxIP
public java.lang.Long mediaTxPort
public java.lang.String mediaTxCodec
public java.lang.Long mediaTxFramesize
| Constructor Detail |
|---|
public CallControl.GetRemoteMediaResult()
public CallControl.GetRemoteMediaResult(CuaeCommon.CuaeResult returnValue,
java.lang.String callId,
java.lang.String mediaTxIP,
java.lang.Long mediaTxPort,
java.lang.String mediaTxCodec,
java.lang.Long mediaTxFramesize)
callId - Indicates the call for which remote media inforamtion is retrieved. This
callId is always the same value passed in as the CallId action parameter.
callIdmediaTxIP - The IP address that the media engine connection should send audio to.
mediaTxIP This field can only be relied on if WaitForMedia has been set to a value
mediaTxIP of Tx or TxRx. However, regardless if this field is available as a result
mediaTxIP data parameter, the application server will associate the correct value
mediaTxIP for this parameter to the connection created for this call when it
mediaTxIP becomes available at the protocol layer.
mediaTxIPmediaTxPort - The port that the media engine connection should send audio to. This
mediaTxPort field can only be relied on if WaitForMedia has been set to a value of Tx
mediaTxPort or TxRx. However, regardless if this field is available as a result data
mediaTxPort parameter, the application server will associate the correct value for
mediaTxPort this parameter to the connection created for this call when it becomes
mediaTxPort available at the protocol layer.
mediaTxPortmediaTxCodec - The codec that the media engine connection should use when sending audio.
mediaTxCodec This field can only be relied on if WaitForMedia has been set to a value
mediaTxCodec of Tx or TxRx. However, regardless if this field is available as a result
mediaTxCodec data parameter, the application server will associate the correct value
mediaTxCodec for this parameter to the connection created for this call when it
mediaTxCodec becomes available at the protocol layer.
mediaTxCodecmediaTxFramesize - The framesize that the media engine connection should use when sending
mediaTxFramesize audio. This field can only be relied on if WaitForMedia has been set to a
mediaTxFramesize value of Tx or TxRx. However, regardless if this field is available as a
mediaTxFramesize result data parameter, the application server will associate the correct
mediaTxFramesize value for this parameter to the connection created for this call when it
mediaTxFramesize becomes available at the protocol layer.
mediaTxFramesize| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic CuaeCommon.CuaeResult getReturnValue()
public void setReturnValue(CuaeCommon.CuaeResult value)
value - the value.public java.lang.String getCallId()
public void setCallId(java.lang.String value)
value - the value.public java.lang.String getMediaTxIP()
public void setMediaTxIP(java.lang.String value)
value - the value.public java.lang.Long getMediaTxPort()
public void setMediaTxPort(java.lang.Long value)
value - the value.public java.lang.String getMediaTxCodec()
public void setMediaTxCodec(java.lang.String value)
value - the value.public java.lang.Long getMediaTxFramesize()
public void setMediaTxFramesize(java.lang.Long value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||