Changeset 3901 for pjproject/trunk/pjmedia/include/pjmedia/vid_stream.h
- Timestamp:
- Dec 7, 2011 10:43:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/vid_stream.h
r3786 r3901 299 299 300 300 /** 301 * Pause the individual channel in the stream.302 * 303 * @param stream The video channel.304 * @param dir Which direction to pause.301 * Pause stream channels. 302 * 303 * @param stream The video stream. 304 * @param dir Which channel direction to pause. 305 305 * 306 306 * @return PJ_SUCCESS on success. … … 310 310 311 311 /** 312 * Resume the individual channel in the stream.313 * 314 * @param stream The video channel.315 * @param dir Which direction to resume.312 * Resume stream channels. 313 * 314 * @param stream The video stream. 315 * @param dir Which channel direction to resume. 316 316 * 317 317 * @return PJ_SUCCESS on success; … … 322 322 323 323 /** 324 * Force stream to send video keyframe on the next transmission. 325 * 326 * @param stream The video stream. 327 * 328 * @return PJ_SUCCESS on success; 329 */ 330 PJ_DECL(pj_status_t) pjmedia_vid_stream_send_keyframe( 331 pjmedia_vid_stream *stream); 332 333 334 /** 324 335 * @} 325 336 */
Note: See TracChangeset
for help on using the changeset viewer.