Re: lineNegotiateExtVersion on ciscoTSP4.0
- From: "Andreas Marschall [MVP TAPI]" <Andreas.Marschall@xxxxxxxxxx>
- Date: Tue, 12 Apr 2005 05:47:08 +0200
"hou" <hou@xxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:uyqSX3wPFHA.1268@xxxxxxxxxxxxxxxxxxxxxxx
> thank you both for replying.
hou, you are welcome.
> In fact, I want to play a WAV file on Cisco CM CTI port to a phone. I
> consider now that it is not need to use extended functions by Cisco TSP,
> Cisco have provided the wave driver, I just need to use lineGetID(.....,
> "wave/out") function to play the wav file. Is it right?
Yes, but lineGetID() doesn't play the wave file, it only provides the waveOut
deviceID then to be used with multimedia / waveform API.
> I don't know how to use lineGetID function to play WAV file, is it right
> flow below:
> lineInitializeEx
> lineNegotialteAPIVersion
> lineOpen
> lineGetID
> ...?
Next step would be waveOutOpen() with the waveOut deviceID returned by
lineGetID(,"wave/out").
See MSDN for details.
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK
TAPI / TSP Developer and Tester
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
* Please post all messages and replies to the newsgroup so all may
* benefit from the discussion. Private mail is usually not replied to.
* This posting is provided "AS IS" with no warranties, and confers no rights.
.
- References:
- lineNegotiateExtVersion on ciscoTSP4.0
- From: hou
- Re: lineNegotiateExtVersion on ciscoTSP4.0
- From: Grant Schenck
- Re: lineNegotiateExtVersion on ciscoTSP4.0
- From: hou
- lineNegotiateExtVersion on ciscoTSP4.0
- Prev by Date: My way Tapi 3.x to C#
- Next by Date: Re: Tapi and C#
- Previous by thread: Re: lineNegotiateExtVersion on ciscoTSP4.0
- Next by thread: Re: lineNegotiateExtVersion on ciscoTSP4.0
- Index(es):
Relevant Pages
|