Uses of Class
hp.telephony.media.ResourceSpec

Packages that use ResourceSpec
hp.telephony.media Provides hp OpenCall with Media Platform custom Telephony API.  
 

Uses of ResourceSpec in hp.telephony.media
 

Subclasses of ResourceSpec in hp.telephony.media
static class ResourceSpec.Add
          Deprecated. not supported.
static class ResourceSpec.Alt
          All ResourceSpecs must be satisfied, but only needs to statisfy one at a time.
static class ResourceSpec.And
          All ResourceSpecs must be satisfied, simultaneously.
static class ResourceSpec.Future
          Deprecated. not supported.
static class ResourceSpec.Operator
          FOR INTERNAL USE ONLY - Represents the ResourceSpec operator nodes: And, Alt, Or, Add, Future.
static class ResourceSpec.Or
          Deprecated. not supported.
 

Fields in hp.telephony.media declared as ResourceSpec
static ResourceSpec ResourceSpec.basicPlayer
          A Player with default parameters and attributes.
static ResourceSpec ResourceSpec.adpcmPlayer
          Deprecated. Using setParameters() dynamically or the last arg of play() and record() is preferred to static codec flavored ResourceSpec.
static ResourceSpec ResourceSpec.adpcmPlayerOKI
          Deprecated. Using setParameters() dynamically or the last arg of play() and record() is preferred to static codec flavored ResourceSpec.
static ResourceSpec ResourceSpec.adpcmPlayerG726_32
          Deprecated. Using setParameters() dynamically or the last arg of play() and record() is preferred to static codec flavored ResourceSpec.
static ResourceSpec ResourceSpec.adpcmPlayerG726_16
          Deprecated. Using setParameters() dynamically or the last arg of play() and record() is preferred to static codec flavored ResourceSpec.
static ResourceSpec ResourceSpec.ALawPlayer
          Deprecated. Using setParameters() dynamically or the last arg of play() and record() is preferred to static codec flavored ResourceSpec.
static ResourceSpec ResourceSpec.MuLawPlayer
          Deprecated. Using setParameters() dynamically or the last arg of play() and record() is preferred to static codec flavored ResourceSpec.
static ResourceSpec ResourceSpec.silencePlayer
          A Comfort Noise Generator.
static ResourceSpec ResourceSpec.rtpPlayer
          An RTP Player (Mu-Law mode), needed for TTS.
static ResourceSpec ResourceSpec.basicRecorder
          A Recorder with default parameters and attributes.
static ResourceSpec ResourceSpec.ALawRecorder
          Deprecated. Using setParameters() dynamically or the last arg of play() and record() is preferred to static codec flavored ResourceSpec.
static ResourceSpec ResourceSpec.MuLawRecorder
          Deprecated. Using setParameters() dynamically or the last arg of play() and record() is preferred to static codec flavored ResourceSpec.
static ResourceSpec ResourceSpec.adpcmRecorderG726_32
          Deprecated. Using setParameters() dynamically or the last arg of play() and record() is preferred to static codec flavored ResourceSpec.
static ResourceSpec ResourceSpec.adpcmRecorderG726_16
          Deprecated. Using setParameters() dynamically or the last arg of play() and record() is preferred to static codec flavored ResourceSpec.
static ResourceSpec ResourceSpec.adpcmRecorderOKI
          Deprecated. Using setParameters() dynamically or the last arg of play() and record() is preferred to static codec flavored ResourceSpec.
static ResourceSpec ResourceSpec.adpcmRecorder
          Deprecated. Using setParameters() dynamically or the last arg of play() and record() is preferred to static codec flavored ResourceSpec.
static ResourceSpec ResourceSpec.rtpRecorder
          An RTP Recorder (Mu-Law mode), needed for ASR.
static ResourceSpec ResourceSpec.basicSignalDetector
          A SignalDetector with default parameters and attributes.
static ResourceSpec ResourceSpec.basicSignalGenerator
          A SignalGenerator with default parameters and attributes.
static ResourceSpec ResourceSpec.basicSpeechDetector
          A SpeechDetector with default parameters and attributes.
static ResourceSpec ResourceSpec.nuanceSpeechDetector
          Nuance algorithm based speech detector.
static ResourceSpec ResourceSpec.swiSpeechDetector
          Speech Works International speech detector.
static ResourceSpec ResourceSpec.telismaSpeechDetector
          Telisma speech detector.
static ResourceSpec ResourceSpec.hpSpeechDetector
          HP speech detector.
static ResourceSpec ResourceSpec.basicFax
          A Fax with default parameters and attributes.
static ResourceSpec ResourceSpec.basicConference
          A conference with default parameters and attributes.
static ResourceSpec ResourceSpec.basicEchoSimulator
          An echo simulator for testing purpose only.
static ResourceSpec ResourceSpec.basicEchoCanceller
          An echo canceller with default parameters and attributes.
static ResourceSpec ResourceSpec.speedPlayer
          basicPlayer + Speed control capability.
static ResourceSpec ResourceSpec.volumePlayer
          basicPlayer + Volume control capability.
static ResourceSpec ResourceSpec.enhancedPlayer
          basicPlayer + Speed and Volume control capabilities.
static ResourceSpec ResourceSpec.basicAltP_SG
          A ResourceSpec that provides alternating access to Player and Signal Generator.
static ResourceSpec ResourceSpec.basicAltSpeedP_SG
          A ResourceSpec that provides alternating access to Player with speed control and Signal Generator.
static ResourceSpec ResourceSpec.basicAltVolumeP_SG
          A ResourceSpec that provides alternating access to Player with volume control and Signal Generator.
static ResourceSpec ResourceSpec.basicAltEnhancedP_SG
          A ResourceSpec that provides alternating access to Player with volume and speed control and Signal Generator.
static ResourceSpec ResourceSpec.basicAndPSG_R
          A ResourceSpec that provides both access to Alt(Player/SG) and Recorder basicAltP_SG and, basicRecorder.
static ResourceSpec ResourceSpec.basicAndEnhancedPSG_R
          A ResourceSpec that provides both access to basicAltEnhancedP_SG and basicRecorder.
static ResourceSpec ResourceSpec.basicAndP_R
          A ResourceSpec that provides both access to And(Player/Recorder).
static ResourceSpec[] ResourceSpec.basicAltPSGR_Conf
          A ResourceSpec [] meant to provide either access to basicAndPSG_R or basicConference.
static ResourceSpec[] ResourceSpec.basicAltEnhancedPSGR_Conf
          A ResourceSpec [] meant to provide either access to basicAndEnhancedPSG_R or basicConference.
static ResourceSpec[] ResourceSpec.basicAltPR_Conf
          A ResourceSpec [] that provides access to PlayerSGRecorder and conference.
static ResourceSpec ResourceSpec.altPSGR_Conf
          A ResourceSpec that provides alternate access to alternate basicAndPSG_R and basicConference.
static ResourceSpec ResourceSpec.altEnhancedPSGR_Conf
          A ResourceSpec that provides alternate access to alternate basicAndEnhancedPSG_R and basicConference.
static ResourceSpec ResourceSpec.basicAltPlayerRecorder
          Deprecated. not meaningful within OC MP.
static ResourceSpec[] ResourceSpec.aryP_R
          A ResourceSpec that provides access to Player and Recorder.
static ResourceSpec ResourceSpec.none
          Deprecated. not supported.
static ResourceSpec ResourceSpec.protocol1MasterSMSPlayerRecorder
          An SMSPlayerRecorder with default parameters and attributes.
static ResourceSpec ResourceSpec.protocol2MasterSMSPlayerRecorder
          An SMSPlayerRecorder with default parameters and attributes.
static ResourceSpec ResourceSpec.stubbedMasterSMSPlayerRecorder
          An SMSPlayerRecorder with default parameters and attributes.
static ResourceSpec ResourceSpec.protocol1SlaveSMSPlayerRecorder
          An SMSPlayerRecorder with default parameters and attributes.
static ResourceSpec ResourceSpec.protocol2SlaveSMSPlayerRecorder
          An SMSPlayerRecorder with default parameters and attributes.
static ResourceSpec ResourceSpec.stubbedSlaveSMSPlayerRecorder
          An SMSPlayerRecorder with default parameters and attributes.
 

Methods in hp.telephony.media that return ResourceSpec
 ResourceSpec[] ConfigSpec.getResourceSpecs()
          Retrieves the ResourceSpec[] from this ConfigSpec.
 ResourceSpec MediaConfigException.getResourceSpec()
          Return the ResourceSpec that is bad or unknown or unavailable.
 ResourceSpec[] ResourceSpec.Operator.getResourceSpecs()
          get the array of ResourceSpecs.
 

Constructors in hp.telephony.media with parameters of type ResourceSpec
ConfigSpec(ResourceSpec[] specs, int timeout, Dictionary attributes, Dictionary parameters, RTC[] rtcs)
          Constructor with full range of arguments.
ResourceSpec.Operator(ResourceSpec[] resSpecs)
           
ResourceSpec.And(ResourceSpec[] resSpecs)
          Constructor for the And operator.
ResourceSpec.Alt(ResourceSpec[] resSpecs)
          Constructor for the Alt operator.
ResourceSpec.Or(ResourceSpec[] resSpecs)
          Deprecated. not supported.
ResourceSpec.Add(ResourceSpec[] resSpecs)
          Deprecated. not supported.
ResourceSpec.Future(ResourceSpec[] resSpecs)
          Deprecated. not supported.