SpeakerMode
Property SpeakerMode As PHONEDEVICEMODE
Read/Write: Read
and Write
Description
- Set the phone Speaker device mode and return the current device state of
Speaker. It will be one of following constants.
-
| Constant
| Value
| Description |
| PHONEDEVMODE_ONHOOK |
1 |
Off. |
| PHONEDEVMODE_MIC |
2 |
Microphone only |
| PHONEDEVMODE_SPEAKER |
4 |
speaker only |
| PHONEDEVMODE_MICSPEAKER |
8 |
both Microphone and speaker |
| PHONEDEVMODE_UNKNOWN |
16 |
unknown |
Remarks
- The SpeakerMode property allows the state of the Speaker
phone device to be set, the allowable states supported can be discovered using
the SpeakerModeCaps property.
See Also
- SpeakerModeCaps