/* - CODECS.H - * Microsoft NetMeeting * Installable codecs * Header file * * @doc EXTERNAL * * @topic NetMeeting Installable Codecs Programmer's Reference | NetMeeting supports * adding arbitrary audio and video codec formats for use with NetMeeting, * as well as enumerating, prioritizing or removing these formats. * */ #include /* Assume 8 byte packing throughout */ #include "appavcap.h" /* * Constants */ // hresult codes, facility IC = 0x301 #define IC_E_CAPS_INSTANTIATION_FAILURE 0x83010001 // could not instantiate a required caps object #define IC_E_CAPS_INITIALIZATION_FAILURE 0x83010002 // could not initialize a required bject #define IC_E_NO_FORMATS 0x83010003 // no formats available #define IC_E_NO_SUCH_FORMAT 0x83010005 // no matching AC /* End byte packing */