Uses of Class
hp.telephony.media.RTC

Packages that use RTC
hp.opencall.media.ccapi Provides HP OpenCall Media Platform Oclet features.  
hp.telephony.media Provides hp OpenCall with Media Platform custom Telephony API.  
 

Uses of RTC in hp.opencall.media.ccapi
 

Methods in hp.opencall.media.ccapi with parameters of type RTC
 void AsyncMediaGroup.play(String[] streamIDs, int offset, RTC[] rtc, Dictionary optargs)
           
 void AsyncMediaGroup.play(String streamID, int offset, RTC[] rtc, Dictionary optargs)
           
 void AsyncMediaGroup.record(String streamID, RTC[] rtc, Dictionary optargs)
           
 void AsyncMediaGroup.sendSignals(Symbol[] signals, RTC[] rtc, Dictionary optargs)
          signal generator methods
 void AsyncMediaGroup.sendSignals(String signals, RTC[] rtc, Dictionary optargs)
           
 void AsyncMediaGroup.retrieveSignals(int numSignals, Symbol[] patterns, RTC[] rtc, Dictionary optargs)
           
 

Uses of RTC in hp.telephony.media
 

Fields in hp.telephony.media declared as RTC
static RTC RTC.SigDet_StopPlay
          The common RTC to stop a prompt when a DTMF is detected.
static RTC RTC.SigDet_StopRecord
          The common RTC to stop a recording when a DTMF is detected.
 

Methods in hp.telephony.media that return RTC
 RTC[] ConfigSpec.getRTC()
          Gets the persistant RTC[] for this ConfigSpec.
 

Methods in hp.telephony.media with parameters of type RTC
 void Player.play(String[] streamIDs, int offset, RTC[] rtc, Dictionary optargs)
          Play a sequence of MSCs (Media Stream Containers) identified by the streamIDs.
 void Player.play(String streamIDs, int offset, RTC[] rtc, Dictionary optargs)
          Play a single MSC (Media Stream Container) named by streamID.
 void Recorder.record(String streamID, RTC[] rtc, Dictionary optargs)
          Record data from the Terminal into the named Media Stream Container (MSC).
 void SignalDetector.retrieveSignals(int numSignals, Symbol[] patterns, RTC[] rtc, Dictionary optargs)
          Retrieve some signals from the signal buffer.
 void SignalGenerator.sendSignals(Symbol[] signals, RTC[] rtc, Dictionary optargs)
          Transmit a series of signals out the Terminal to the network.
 void SignalGenerator.sendSignals(String signals, RTC[] rtc, Dictionary optargs)
          Transmit a series of signals out the Terminal to the network.
 

Constructors in hp.telephony.media with parameters of type RTC
ConfigSpec(ResourceSpec[] specs, int timeout, Dictionary attributes, Dictionary parameters, RTC[] rtcs)
          Constructor with full range of arguments.