OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // Defines all the "media" command-line switches. | 5 // Defines all the "media" command-line switches. |
6 | 6 |
7 #ifndef MEDIA_BASE_MEDIA_SWITCHES_H_ | 7 #ifndef MEDIA_BASE_MEDIA_SWITCHES_H_ |
8 #define MEDIA_BASE_MEDIA_SWITCHES_H_ | 8 #define MEDIA_BASE_MEDIA_SWITCHES_H_ |
9 | 9 |
10 #include "base/feature_list.h" | 10 #include "base/feature_list.h" |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 MEDIA_EXPORT extern const base::Feature kVideoColorManagement; | 94 MEDIA_EXPORT extern const base::Feature kVideoColorManagement; |
95 MEDIA_EXPORT extern const base::Feature kVideoBlitColorAccuracy; | 95 MEDIA_EXPORT extern const base::Feature kVideoBlitColorAccuracy; |
96 MEDIA_EXPORT extern const base::Feature kExternalClearKeyForTesting; | 96 MEDIA_EXPORT extern const base::Feature kExternalClearKeyForTesting; |
97 MEDIA_EXPORT extern const base::Feature kBackgroundVideoTrackOptimization; | 97 MEDIA_EXPORT extern const base::Feature kBackgroundVideoTrackOptimization; |
98 MEDIA_EXPORT extern const base::Feature kBackgroundVideoPauseOptimization; | 98 MEDIA_EXPORT extern const base::Feature kBackgroundVideoPauseOptimization; |
99 MEDIA_EXPORT extern const base::Feature kMemoryPressureBasedSourceBufferGC; | 99 MEDIA_EXPORT extern const base::Feature kMemoryPressureBasedSourceBufferGC; |
100 | 100 |
101 #if defined(OS_ANDROID) | 101 #if defined(OS_ANDROID) |
102 MEDIA_EXPORT extern const base::Feature kAndroidMediaPlayerRenderer; | 102 MEDIA_EXPORT extern const base::Feature kAndroidMediaPlayerRenderer; |
103 MEDIA_EXPORT extern const base::Feature kVideoFullscreenOrientationLock; | 103 MEDIA_EXPORT extern const base::Feature kVideoFullscreenOrientationLock; |
| 104 MEDIA_EXPORT extern const base::Feature kVideoRotateToFullscreen; |
104 MEDIA_EXPORT extern const base::Feature kMediaDrmPersistentLicense; | 105 MEDIA_EXPORT extern const base::Feature kMediaDrmPersistentLicense; |
105 #endif // defined(OS_ANDROID) | 106 #endif // defined(OS_ANDROID) |
106 } // namespace media | 107 } // namespace media |
107 | 108 |
108 #endif // MEDIA_BASE_MEDIA_SWITCHES_H_ | 109 #endif // MEDIA_BASE_MEDIA_SWITCHES_H_ |
OLD | NEW |