com.cisco.jtapi.extensions
Interface CiscoRTPOutputProperties


public interface CiscoRTPOutputProperties

Introduction

The CiscoRTPPutputProperties interface gives the properties of the media transmitted by the terminal. CiscoRTPOutPutStartedEv indicates that the media has started.


Method Summary
 int getBitRate()
           Returns the media bit rate, one of the following constants:
 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

getRemoteAddress

java.net.InetAddress getRemoteAddress()
Returns the address to which media is to be transmitted.


getRemotePort

int getRemotePort()
Returns the port to which media is to be transmitted.


getPacketSize

int getPacketSize()
Returns the packet size, in milliseconds.


getPayloadType

int getPayloadType()

Returns the payload format, which is one of the following constants:

Returns:
The payload type

getPrecedenceValue

int getPrecedenceValue()
Returns the precedence value.


getSilenceSuppression

boolean getSilenceSuppression()
Returns false if Cisco Unified Communication Manager service parameter "Silence Suppression" is set to "false" or true otherwise.


getMaxFramesPerPacket

int getMaxFramesPerPacket()
Returns the maximum number of frames to send per packet.


getBitRate

int getBitRate()

Returns the media bit rate, one of the following constants:

Returns:
bit rate
See Also:
CiscoRTPBitRate