Ignore:
Timestamp:
Nov 13, 2019 9:11:04 AM (4 years ago)
Author:
nanang
Message:

Close #1437: Video keyframe request/response using RTCP-FB PLI.

File:
1 edited

Legend:

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

    r5820 r6106  
    306306 */ 
    307307PJ_DECL(const char*) pjmedia_type_name(pjmedia_type t); 
     308 
     309 
     310/** 
     311 * Utility function to return the media type for a media name string. 
     312 * 
     313 * @param name          The media name string. 
     314 * 
     315 * @return              media type. 
     316 */ 
     317PJ_DECL(pjmedia_type) pjmedia_get_type(const pj_str_t *name); 
     318 
    308319 
    309320/** 
Note: See TracChangeset for help on using the changeset viewer.