Ignore:
Timestamp:
Apr 27, 2006 10:36:40 PM (18 years ago)
Author:
bennylp
Message:

Initial support for stereo codecs, and added L16 codecs. Also better handling for case remote media is restarted

File:
1 edited

Legend:

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

    r207 r411  
    234234 */ 
    235235 
    236 #include <pjmedia/types.h> 
     236#include <pjmedia/sdp.h> 
    237237 
    238238PJ_BEGIN_DECL 
     
    277277 
    278278/** 
     279 * @see pjmedia_sdp_neg_state 
     280 */ 
     281typedef enum pjmedia_sdp_neg_state pjmedia_sdp_neg_state; 
     282 
     283 
     284/** 
     285 * Opaque declaration of SDP negotiator. 
     286 */ 
     287typedef struct pjmedia_sdp_neg pjmedia_sdp_neg; 
     288 
     289 
     290/** 
    279291 * Get the state string description of the specified state. 
    280292 * 
Note: See TracChangeset for help on using the changeset viewer.