Ignore:
Timestamp:
Jul 7, 2011 7:34:26 AM (13 years ago)
Author:
bennylp
Message:

Misc (re #1320): added pjmedia_type_name() API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/include/pjmedia/types.h

    r3392 r3606  
    5050 
    5151/** 
    52  * Top most media type. 
     52 * Top most media type. See also #pjmedia_type_name(). 
    5353 */ 
    5454typedef enum pjmedia_type 
     
    193193 
    194194 
     195/** 
     196 * Utility function to return the string name for a pjmedia_type. 
     197 * 
     198 * @param t             The media type. 
     199 * 
     200 * @return              String. 
     201 */ 
     202PJ_DECL(const char*) pjmedia_type_name(pjmedia_type t); 
    195203 
    196204/** 
Note: See TracChangeset for help on using the changeset viewer.