/mcpEpStreamCodecOutGet Returns stream outbound codec format information. Syntax CMAPI bool EpStreamCodecOutGet ( HANDLE hStream, PWAVEFORMATEX pWaveFormat ); Parameters hStream Stream handle returned by EpGetStreamHandle. pWaveFormat Pointer to a WAVEFORMATEX data structure. Upon successful completion of the request this structure is filled with stream outbound codec format data. Return Value If no error 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 EpStreamCodecOutSet Sets stream outbound codec format. Syntax CMAPI bool EpStreamCodecInSet ( HANDLE hStream, PWAVEFORMATEX pWaveFormat, ULONG pktSizeMs ); Parameters hStream Stream handle returned by EpGetStreamHandle. pWaveFormat Pointer to a WAVEFORMATEX data structure which contains codec information. Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 439 Cisco TSP Media Driver EpStreamCodecOutGet