- Timestamp:
- Mar 17, 2011 11:25:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/2.0-dev/pjmedia/include/pjmedia/videoport.h
r3431 r3459 57 57 * calls pjmedia_port_put_frame() or pjmedia_port_get_frame() to that 58 58 * media port. 59 * 60 * Default: PJ_TRUE 59 61 */ 60 62 pj_bool_t active; … … 69 71 /** 70 72 * Initialize the parameter with the default values. Note that this typically 71 * would only fill the structure to zeroes. 73 * would only fill the structure to zeroes unless they have different default 74 * values. 72 75 * 73 76 * @param prm The parameter.
Note: See TracChangeset
for help on using the changeset viewer.