Changeset 6106 for pjproject/trunk/pjmedia/src/pjmedia/vid_codec.c
- Timestamp:
- Nov 13, 2019 9:11:04 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/vid_codec.c
r4616 r6106 410 410 411 411 /* 412 * Find codecs by the unique codec identifier. This function will find 413 * all codecs that match the codec identifier prefix. For example, if 414 * "L16" is specified, then it will find "L16/8000/1", "L16/16000/1", 415 * and so on, up to the maximum count specified in the argument. 412 * Find codecs by the unique codec identifier. 416 413 */ 417 414 PJ_DEF(pj_status_t) pjmedia_vid_codec_mgr_find_codecs_by_id(
Note: See TracChangeset
for help on using the changeset viewer.