Ignore:
Timestamp:
Feb 10, 2006 3:57:08 PM (18 years ago)
Author:
bennylp
Message:

Added pjmedia-codec library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/errno.h

    r169 r176  
    249249 */ 
    250250#define PJMEDIA_CODEC_EUNSUP        (PJMEDIA_ERRNO_START+80)    /* 220080 */ 
     251/** 
     252 * @hideinitializer 
     253 * Unable to create codec. 
     254 */ 
     255#define PJMEDIA_CODEC_EFAILED       (PJMEDIA_ERRNO_START+81)    /* 220081 */ 
     256/** 
     257 * @hideinitializer 
     258 * Codec frame is too short. 
     259 */ 
     260#define PJMEDIA_CODEC_EFRMTOOSHORT  (PJMEDIA_ERRNO_START+82)    /* 220082 */ 
     261/** 
     262 * @hideinitializer 
     263 * PCM buffer is too short. 
     264 */ 
     265#define PJMEDIA_CODEC_EPCMTOOSHORT  (PJMEDIA_ERRNO_START+83)    /* 220083 */ 
    251266 
    252267 
     
    274289 */ 
    275290#define PJMEDIA_EMISSINGRTPMAP      (PJMEDIA_ERRNO_START+103)    /* 220103 */ 
     291/** 
     292 * @hideinitializer 
     293 * Invalid media type. 
     294 */ 
     295#define PJMEDIA_EINVALIMEDIATYPE    (PJMEDIA_ERRNO_START+104)    /* 220104 */ 
    276296 
    277297 
Note: See TracChangeset for help on using the changeset viewer.