Uses of Class
hp.telephony.media.MediaResourceException

Packages that use MediaResourceException
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 MediaResourceException in hp.opencall.media.ccapi
 

Methods in hp.opencall.media.ccapi that throw MediaResourceException
 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)
           
 void AsyncMediaGroup.flushBuffer()
           
 

Uses of MediaResourceException in hp.telephony.media
 

Methods in hp.telephony.media that throw MediaResourceException
 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 SignalDetector.flushBuffer()
          Remove all 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.