Ignore:
Timestamp:
Mar 3, 2006 10:43:08 AM (18 years ago)
Author:
bennylp
Message:

Support for missing rtpmap for static payload types

File:
1 edited

Legend:

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

    r242 r276  
    414414 
    415415/** 
     416 * Get codec info for the specified static payload type. 
     417 * 
     418 * @param mgr       The codec manager. 
     419 * @param pt        Static payload type/number. 
     420 * @param inf       Pointer to receive codec info. 
     421 * 
     422 * @return          PJ_SUCCESS on success. 
     423 */ 
     424PJ_DECL(pj_status_t) pjmedia_codec_mgr_get_codec_info(pjmedia_codec_mgr *mgr, 
     425                                                      unsigned pt, 
     426                                                      pjmedia_codec_info *inf); 
     427 
     428/** 
    416429 * Get default codec param for the specified codec info. 
    417430 * 
Note: See TracChangeset for help on using the changeset viewer.