|
lineSetMediaMode
The lineSetMediaMode function sets the media mode(s) of the specified call in its LINECALLINFO structure.
LONG lineSetMediaMode(
HCALL hCall,
|
| DWORD dwMediaModes
|
| );
|
|
Parameters
hCall
A handle to the call whose media mode is to be changed. The application must
be an owner of the call. The call state of hCall can be any state.
dwMediaModes
The new media mode(s) for the call. As long as the UNKNOWN media mode flag is
set, other media mode flags may be set as well. This is used to identify a
call's media mode as not fully determined, but narrowed down to one of a small set
of specified media modes. If the UNKNOWN flag is not set, only a single media
mode can be specified. This parameter uses the following LINEMEDIAMODE_
constants:
LINEMEDIAMODE_UNKNOWN
The target application is the one that handles calls of unknown media mode
(unclassified calls).
LINEMEDIAMODE_INTERACTIVEVOICE
The target application is the one that handles calls with the interactive
voice media mode (live conversations).
LINEMEDIAMODE_AUTOMATEDVOICE
Voice energy is present on the call, and the voice is locally handled by an
automated application.
LINEMEDIAMODE_DATAMODEM
The target application is the one that handles calls with the data modem media
mode.
LINEMEDIAMODE_G3FAX
The target application is the one that handles calls with the group 3 fax
media mode.
LINEMEDIAMODE_TDD
The target application is the one that handles calls with the TDD (Telephony
Devices for the Deaf) media mode.
LINEMEDIAMODE_G4FAX
The target application is the one that handles calls with the group 4 fax
media mode.
LINEMEDIAMODE_DIGITALDATA
The target application is the one that handles calls that are digital data
calls.
LINEMEDIAMODE_TELETEX
The target application is the one that handles calls with the teletex media
mode.
LINEMEDIAMODE_VIDEOTEX
The target application is the one that handles calls with the videotex media
mode.
LINEMEDIAMODE_TELEX
The target application is the one that handles calls with the telex media
mode.
LINEMEDIAMODE_MIXED
The target application is the one that handles calls with the ISDN mixed media
mode.
LINEMEDIAMODE_ADSI
The target application is the one that handles calls with the ADSI (Analog
Display Services Interface) media mode.
LINEMEDIAMODE_VOICEVIEW
The media mode of the call is VoiceView.
Return Values
Returns zero if the request is successful or a negative error number if an
error has occurred. Possible return values are:
LINEERR_INVALCALLHANDLE, LINEERR_OPERATIONFAILED, LINEERR_INVALMEDIAMODE,
LINEERR_RESOURCEUNAVAIL, LINEERR_NOMEM, LINEERR_UNINITIALIZED,
LINEERR_OPERATIONUNAVAIL.
Remarks
The lineSetMediaMode function changes the call's media mode in its LINECALLINFO structure. Typical usage of this operation is either to set a call's media
mode to a specific known media mode or to exclude possible media modes as long as
the call's media mode is officially unknown (the UNKNOWN media mode flag is
set).
See Also
LINECALLINFO
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|