Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Side by Side Diff: webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h

Issue 2392883002: Multi frequency DTMF support - sender side (Closed)
Patch Set: rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
(...skipping 21 matching lines...) Expand all
32 32
33 enum { MAX_NUMBER_OF_TEMPORAL_ID = 8 }; // RFC 33 enum { MAX_NUMBER_OF_TEMPORAL_ID = 8 }; // RFC
34 enum { MAX_NUMBER_OF_DEPENDENCY_QUALITY_ID = 128 }; // RFC 34 enum { MAX_NUMBER_OF_DEPENDENCY_QUALITY_ID = 128 }; // RFC
35 enum { MAX_NUMBER_OF_REMB_FEEDBACK_SSRCS = 255 }; 35 enum { MAX_NUMBER_OF_REMB_FEEDBACK_SSRCS = 255 };
36 36
37 enum { BW_HISTORY_SIZE = 35 }; 37 enum { BW_HISTORY_SIZE = 35 };
38 38
39 #define MIN_AUDIO_BW_MANAGEMENT_BITRATE 6 39 #define MIN_AUDIO_BW_MANAGEMENT_BITRATE 6
40 #define MIN_VIDEO_BW_MANAGEMENT_BITRATE 30 40 #define MIN_VIDEO_BW_MANAGEMENT_BITRATE 30
41 41
42 enum { DTMF_OUTBAND_MAX = 20 };
43
44 enum { RTP_MAX_BURST_SLEEP_TIME = 500 }; 42 enum { RTP_MAX_BURST_SLEEP_TIME = 500 };
45 enum { RTP_AUDIO_LEVEL_UNIQUE_ID = 0xbede }; 43 enum { RTP_AUDIO_LEVEL_UNIQUE_ID = 0xbede };
46 enum { RTP_MAX_PACKETS_PER_FRAME = 512 }; // must be multiple of 32 44 enum { RTP_MAX_PACKETS_PER_FRAME = 512 }; // must be multiple of 32
47 } // namespace webrtc 45 } // namespace webrtc
48 46
49 #endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_RTCP_CONFIG_H_ 47 #endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_RTCP_CONFIG_H_
OLDNEW
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/dtmf_queue.cc ('k') | webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698