| Platform SDK: TAPI |
The CALL_MEDIA_EVENT_CAUSE enum is used by ITCallMediaEvent::get_Cause method to return a description of what caused a media event, such as a device timeout.
typedef enum CALL_MEDIA_EVENT_CAUSE
{
CMC_UNKNOWN,
CMC_BAD_DEVICE,
CMC_CONNECT_FAIL,
CMC_LOCAL_REQUEST,
CMC_REMOTE_REQUEST,
CMC_MEDIA_TIMEOUT,
CMC_MEDIA_RECOVERED
} CALL_MEDIA_EVENT_CAUSE;
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Tapi3.h.