JSR-043: JTAPI-1.4

javax.telephony.media.capabilities
Interface MediaTerminalConnectionCapabilities

All Superinterfaces:
TerminalConnectionCapabilities

Deprecated. As of JTAPI 1.3, replaced by ConfigSpec

public interface MediaTerminalConnectionCapabilities
extends TerminalConnectionCapabilities

Old MediaTerminalConnectionCapabilities from JTAPI-1.2. The MediaTerminalConnectionCapabilities interface extends the TerminalConnectionCapabilities interface. This interface provides capabilities methods for the MediaTerminalConnection object. The methods in this interface provides applications the ability to query for those actions where are possible on the MediaTerminalConnection interface as part of the capabilities package.


Method Summary
 boolean canDetectDtmf()
          Deprecated. This method returns true if the application is able to detect DTMF-tones on the telephone line.
 boolean canGenerateDtmf()
          Deprecated. This method returns true if the application is able to generate DTMF- tones the telephone line.
 boolean canStartPlaying()
          Deprecated. This method returns true if the application is able to start playing to the telephone line.
 boolean canStartRecording()
          Deprecated. This method returns true if the application is able to start recording from the telephone line.
 boolean canStopPlaying()
          Deprecated. This method returns true if the application is able to stop playing to the telephone line.
 boolean canStopRecording()
          Deprecated. This method returns true if the application is able to stop recording from the telephone line.
 boolean canUseDefaultMicrophone()
          Deprecated. This method returns true if the application can invoke the useDefaultMicrophone() method and route the media from the default microphone.
 boolean canUseDefaultSpeaker()
          Deprecated. This method returns true if the application can invoke the useDefaultSpeaker() method and route the media from the telephone line to the default speaker.
 boolean canUsePlayURL()
          Deprecated. This method returns true if the application can invoke the usePlayURL() method and route voice media from URL's.
 boolean canUseRecordURL()
          Deprecated. This method returns true if the application can invoke the useRecordURL() method and route voice media to URL's.
 
Methods inherited from interface javax.telephony.capabilities.TerminalConnectionCapabilities
canAnswer
 

Method Detail

canUseDefaultSpeaker

public boolean canUseDefaultSpeaker()
Deprecated. 
This method returns true if the application can invoke the useDefaultSpeaker() method and route the media from the telephone line to the default speaker. Returns false otherwise.

Returns:
True if the application can route voice media to the default speaker, false otherwise.

canUseDefaultMicrophone

public boolean canUseDefaultMicrophone()
Deprecated. 
This method returns true if the application can invoke the useDefaultMicrophone() method and route the media from the default microphone. Returns false otherwise.

Returns:
True if the application can route voice media from the default microphone, false otherwise.

canUseRecordURL

public boolean canUseRecordURL()
Deprecated. 
This method returns true if the application can invoke the useRecordURL() method and route voice media to URL's. Returns false otherwise.

Returns:
True if the application can route voice media to URL's, false otherwise.

canUsePlayURL

public boolean canUsePlayURL()
Deprecated. 
This method returns true if the application can invoke the usePlayURL() method and route voice media from URL's. Returns false otherwise.

Returns:
True if the application can route voice media from URL's, false otherwise.

canStartPlaying

public boolean canStartPlaying()
Deprecated. 
This method returns true if the application is able to start playing to the telephone line. Returns false otherwise.

Returns:
True if the application can begin playing to the telephone line, false otherwise.

canStopPlaying

public boolean canStopPlaying()
Deprecated. 
This method returns true if the application is able to stop playing to the telephone line. Returns false otherwise.

Returns:
True if the application can stop playing to the telephone line, false otherwise.

canStartRecording

public boolean canStartRecording()
Deprecated. 
This method returns true if the application is able to start recording from the telephone line. Returns false otherwise.

Returns:
True if the application can start recording from the telephone line, false otherwise.

canStopRecording

public boolean canStopRecording()
Deprecated. 
This method returns true if the application is able to stop recording from the telephone line. Returns false otherwise.

Returns:
True if the application can stop recording from the telephone line, false otherwise.

canDetectDtmf

public boolean canDetectDtmf()
Deprecated. 
This method returns true if the application is able to detect DTMF-tones on the telephone line. Returns false otherwise. This method indicates whether the application is able to invoke the setDtmfDetection(true) method.

Returns:
True if the application can detect DTMF-tones from the telephone line, false otherwise.

canGenerateDtmf

public boolean canGenerateDtmf()
Deprecated. 
This method returns true if the application is able to generate DTMF- tones the telephone line. Returns false otherwise.

Returns:
True if the application can generate DTMF-tones to the telephone line, false otherwise.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org