|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CiscoRTPOutputProperties
Method Summary | |
---|---|
int |
getBitRate()
Returns the media bit rate. |
int |
getMaxFramesPerPacket()
Returns the maximum number of frames to send per packet. |
int |
getPacketSize()
Returns the packet size, in milliseconds. |
int |
getPayloadType()
Returns the payload format, which is one of the following constants: |
int |
getPrecedenceValue()
Returns the precedence value. |
java.net.InetAddress |
getRemoteAddress()
Returns the address to which media is to be transmitted. |
int |
getRemotePort()
Returns the port to which media is to be transmitted. |
boolean |
getSilenceSuppression()
Returns false if Cisco Unified Communication Manager service parameter "Silence Suppression" is set to "false" or true otherwise. |
Method Detail |
---|
java.net.InetAddress getRemoteAddress()
int getRemotePort()
int getPacketSize()
int getPayloadType()
Returns the payload format, which is one of the following constants:
CiscoRTPPayload.NONSTANDARD
CiscoRTPPayload.G711ALAW64K
CiscoRTPPayload.G711ALAW56K
CiscoRTPPayload.G711ULAW64K
CiscoRTPPayload.G711ULAW56K
CiscoRTPPayload.G722_64K
CiscoRTPPayload.G722_56K
CiscoRTPPayload.G722_48K
CiscoRTPPayload.G7231
CiscoRTPPayload.G728
CiscoRTPPayload.G729
CiscoRTPPayload.G729ANNEXA
CiscoRTPPayload.IS11172AUDIOCAP
CiscoRTPPayload.IS13818AUDIOCAP
CiscoRTPPayload.ACY_G729AASSN
CiscoRTPPayload.DATA64
CiscoRTPPayload.DATA56
CiscoRTPPayload.GSM
CiscoRTPPayload.ACTIVEVOICE
CiscoRTPPayload.WIDEBAND_256K
CiscoRTPPayload.ISAC
int getPrecedenceValue()
boolean getSilenceSuppression()
int getMaxFramesPerPacket()
int getBitRate()
Returns the media bit rate. In case if the payloadType is CiscoRTPPayload.ISAC, then bit rate is variable and applications should rely on the value returned by this API. The API returns one of the following constants:
CiscoRTPBitRate.R5_3
CiscoRTPBitRate.R6_4
CiscoRTPBitRate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |