McDewey

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

Page 467

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

Description Error code EpAPI is not initialized. EP_ERR_INIT Specified endpoint handle is invalid. EP_ERR_HANDLE_INVALID Address (protocol-IPaddress-port) is already in use. EP_ERR_ADDR_INUSE Remarks EpStreamStart() should be explicitly called by an application in order to stream data flow (open socket, port). It is not done implicitly by the Rtp Library as it was done before by the Cisco kernel mode wave driver. EpStreamStop Disables data flow on a specified stream. Syntax CMAPI bool EpStreamStop ( HANDLE hStream ); Parameters hStream Stream handle returned by EpGetStreamHandle. Return Value If no errors occurs, this function returns true. If an error occurs, false is returned, and a specific error code can be retrieved by calling EpApiGetLastError. Description Error code EpAPI is not initialized. EP_ERR_INIT Specified stream handle is invalid. EP_ERR_HANDLE_INVALID Remarks EpStreamStop() should be explicitly called by an application in order to disable stream data flow. It is not done implicitly by the Rtp Library as it was done before by the Cisco kernel mode wave driver. EpStreamRead Read data from a stream. Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 435 Cisco TSP Media Driver EpStreamStop

Page 467 diagram