McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 342

↗ View in doc context
page
342
source
cucm/v15/tapi-dev-guide/tapi-dev-guide.md
chunk_id
cucm::v15::tapi-dev-guide::tapi-dev-guide::352

waveInReset The waveInReset function stops input on the given waveform-audio input device and resets the current position to zero. All pending buffers get marked as done and get returned to the application. Function Details MMRESULT waveInReset( HWAVEIN hwi ); Parameter hwi Handle of the waveform-audio input device. waveInStart The waveInStart function starts input on the given waveform-audio input device. Function Details MMRESULT waveInStart( HWAVEIN hwi ); Parameter hwi Handle of the waveform-audio input device. waveInUnprepareHeader The waveInUnprepareHeader function cleans up the preparation that the waveInPrepareHeader function performs. This function must be called after the device driver fills a buffer and returns it to the application. You must call this function before freeing the buffer. Function Details MMRESULT waveInUnprepareHeader( HWAVEIN hwi, LPWAVEHDR pwh, UINT cbwh ); Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 310 Basic TAPI Implementation waveInReset

Page 342 content