Ignore:
Timestamp:
Feb 21, 2006 12:11:18 AM (18 years ago)
Author:
bennylp
Message:

Initial conference implementation

File:
1 edited

Legend:

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

    r189 r205  
    120120 
    121121 
    122 /**  
    123  * Types of media frame.  
    124  */ 
    125 enum pjmedia_frame_type 
    126 { 
    127     PJMEDIA_FRAME_TYPE_SILENCE_AUDIO,   /**< Silence audio frame.       */ 
    128     PJMEDIA_FRAME_TYPE_AUDIO,           /**< Normal audio frame.        */ 
    129  
    130 }; 
    131  
    132 /**  
    133  * This structure describes a media frame.  
    134  */ 
    135 struct pjmedia_frame 
    136 { 
    137     pjmedia_frame_type   type;  /**< Frame type.                    */ 
    138     void                *buf;   /**< Pointer to buffer.             */ 
    139     pj_size_t            size;  /**< Frame size in bytes.           */ 
    140 }; 
    141  
    142122/** 
    143123 * This structure describes codec operations. Each codec MUST implement 
Note: See TracChangeset for help on using the changeset viewer.