
Bug: webrtc:8651 Change-Id: Ib7f6162c8dd41868b7d7acca8a6292b2d911c520 Reviewed-on: https://webrtc-review.googlesource.com/c/113941 Commit-Queue: Johannes Kron <kron@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25992}
25 lines
892 B
C++
25 lines
892 B
C++
/*
|
|
* Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by a BSD-style license
|
|
* that can be found in the LICENSE file in the root of the source
|
|
* tree. An additional intellectual property rights grant can be found
|
|
* in the file PATENTS. All contributing project authors may
|
|
* be found in the AUTHORS file in the root of the source tree.
|
|
*/
|
|
|
|
namespace webrtc {
|
|
namespace test {
|
|
|
|
extern const int kAudioLevelExtensionId;
|
|
extern const int kTOffsetExtensionId;
|
|
extern const int kAbsSendTimeExtensionId;
|
|
extern const int kTransportSequenceNumberExtensionId;
|
|
extern const int kVideoRotationExtensionId;
|
|
extern const int kVideoContentTypeExtensionId;
|
|
extern const int kVideoTimingExtensionId;
|
|
extern const int kGenericDescriptorExtensionId;
|
|
extern const int kColorSpaceExtensionId;
|
|
} // namespace test
|
|
} // namespace webrtc
|