|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MediaTerminalConnectionCapabilities
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()
This method returns true if the application is able to detect DTMF-tones on the telephone line. |
boolean |
canGenerateDtmf()
This method returns true if the application is able to generate DTMF- tones the telephone line. |
boolean |
canStartPlaying()
This method returns true if the application is able to start playing to the telephone line. |
boolean |
canStartRecording()
This method returns true if the application is able to start recording from the telephone line. |
boolean |
canStopPlaying()
This method returns true if the application is able to stop playing to the telephone line. |
boolean |
canStopRecording()
This method returns true if the application is able to stop recording from the telephone line. |
boolean |
canUseDefaultMicrophone()
This method returns true if the application can invoke the useDefaultMicrophone() method and route the media from the default microphone. |
boolean |
canUseDefaultSpeaker()
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()
This method returns true if the application can invoke the usePlayURL() method and route voice media from URL's. |
boolean |
canUseRecordURL()
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 |
|---|
boolean canUseDefaultSpeaker()
boolean canUseDefaultMicrophone()
boolean canUseRecordURL()
boolean canUsePlayURL()
boolean canStartPlaying()
boolean canStopPlaying()
boolean canStartRecording()
boolean canStopRecording()
boolean canDetectDtmf()
boolean canGenerateDtmf()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||