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

Side by Side Diff: media/base/media_switches.h

Issue 2902943002: Revert of media: Add experimental feature to enable Mojo CDM on desktop Chromium (Closed)
Patch Set: Created 3 years, 7 months 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
« no previous file with comments | « media/BUILD.gn ('k') | media/base/media_switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 namespace media { 103 namespace media {
104 104
105 // All features in alphabetical order. The features should be documented 105 // All features in alphabetical order. The features should be documented
106 // alongside the definition of their values in the .cc file. 106 // alongside the definition of their values in the .cc file.
107 107
108 MEDIA_EXPORT extern const base::Feature kBackgroundVideoPauseOptimization; 108 MEDIA_EXPORT extern const base::Feature kBackgroundVideoPauseOptimization;
109 MEDIA_EXPORT extern const base::Feature kBackgroundVideoTrackOptimization; 109 MEDIA_EXPORT extern const base::Feature kBackgroundVideoTrackOptimization;
110 MEDIA_EXPORT extern const base::Feature kExternalClearKeyForTesting; 110 MEDIA_EXPORT extern const base::Feature kExternalClearKeyForTesting;
111 MEDIA_EXPORT extern const base::Feature kLowDelayVideoRenderingOnLiveStream; 111 MEDIA_EXPORT extern const base::Feature kLowDelayVideoRenderingOnLiveStream;
112 MEDIA_EXPORT extern const base::Feature kMemoryPressureBasedSourceBufferGC; 112 MEDIA_EXPORT extern const base::Feature kMemoryPressureBasedSourceBufferGC;
113 MEDIA_EXPORT extern const base::Feature kMojoCdm;
114 MEDIA_EXPORT extern const base::Feature kNewAudioRenderingMixingStrategy; 113 MEDIA_EXPORT extern const base::Feature kNewAudioRenderingMixingStrategy;
115 MEDIA_EXPORT extern const base::Feature kNewRemotePlaybackPipeline; 114 MEDIA_EXPORT extern const base::Feature kNewRemotePlaybackPipeline;
116 MEDIA_EXPORT extern const base::Feature kOverlayFullscreenVideo; 115 MEDIA_EXPORT extern const base::Feature kOverlayFullscreenVideo;
117 MEDIA_EXPORT extern const base::Feature kResumeBackgroundVideo; 116 MEDIA_EXPORT extern const base::Feature kResumeBackgroundVideo;
118 MEDIA_EXPORT extern const base::Feature kSpecCompliantCanPlayThrough; 117 MEDIA_EXPORT extern const base::Feature kSpecCompliantCanPlayThrough;
119 MEDIA_EXPORT extern const base::Feature kUseAndroidOverlay; 118 MEDIA_EXPORT extern const base::Feature kUseAndroidOverlay;
120 MEDIA_EXPORT extern const base::Feature kUseNewMediaCache; 119 MEDIA_EXPORT extern const base::Feature kUseNewMediaCache;
121 MEDIA_EXPORT extern const base::Feature kVideoBlitColorAccuracy; 120 MEDIA_EXPORT extern const base::Feature kVideoBlitColorAccuracy;
122 MEDIA_EXPORT extern const base::Feature kVideoColorManagement; 121 MEDIA_EXPORT extern const base::Feature kVideoColorManagement;
123 MEDIA_EXPORT extern const base::Feature kMediaEngagement; 122 MEDIA_EXPORT extern const base::Feature kMediaEngagement;
(...skipping 13 matching lines...) Expand all
137 // autoplay policy. In other words, it will take into account the default policy 136 // autoplay policy. In other words, it will take into account the default policy
138 // if none is specified via the command line and options passed for testing. 137 // if none is specified via the command line and options passed for testing.
139 // Returns one of the possible autoplay policy switches from the 138 // Returns one of the possible autoplay policy switches from the
140 // switches::autoplay namespace. 139 // switches::autoplay namespace.
141 MEDIA_EXPORT std::string GetEffectiveAutoplayPolicy( 140 MEDIA_EXPORT std::string GetEffectiveAutoplayPolicy(
142 const base::CommandLine& command_line); 141 const base::CommandLine& command_line);
143 142
144 } // namespace media 143 } // namespace media
145 144
146 #endif // MEDIA_BASE_MEDIA_SWITCHES_H_ 145 #endif // MEDIA_BASE_MEDIA_SWITCHES_H_
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | media/base/media_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698