Changeset 5410 for pjproject/trunk/pjmedia/include/pjmedia/config.h
- Timestamp:
- Aug 5, 2016 7:26:18 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/config.h
r5301 r5410 1331 1331 #endif 1332 1332 1333 /** 1334 * Specify the number of keyframe needed to be sent after the stream is 1335 * created. Setting this to 0 will disable it. 1336 * 1337 * Default : 5 1338 */ 1339 #ifndef PJMEDIA_VID_STREAM_START_KEYFRAME_CNT 1340 # define PJMEDIA_VID_STREAM_START_KEYFRAME_CNT 5 1341 #endif 1342 1343 /** 1344 * Specify the interval to send keyframe after the stream is created, in msec. 1345 * 1346 * Default : 1000 1347 */ 1348 #ifndef PJMEDIA_VID_STREAM_START_KEYFRAME_INTERVAL_MSEC 1349 # define PJMEDIA_VID_STREAM_START_KEYFRAME_INTERVAL_MSEC 1000 1350 #endif 1351 1333 1352 1334 1353 /**
Note: See TracChangeset
for help on using the changeset viewer.