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

Unified Diff: media/cast/cast_config.h

Issue 163553006: Cast: Refactoring Cast API's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/audio_sender/audio_sender.cc ('k') | media/cast/cast_defines.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_config.h
diff --git a/media/cast/cast_config.h b/media/cast/cast_config.h
index 61e9620491bc7372607d48755fe73438ee4a48f2..21caea098bb68c9250689aa79dd5c2eb86eaf52c 100644
--- a/media/cast/cast_config.h
+++ b/media/cast/cast_config.h
@@ -134,17 +134,6 @@ struct PcmAudioFrame {
typedef transport::Packet Packet;
typedef transport::PacketList PacketList;
-enum CastInitializationStatus {
- STATUS_INITIALIZED,
- STATUS_INVALID_CAST_ENVIRONMENT,
- STATUS_INVALID_CRYPTO_CONFIGURATION,
- STATUS_UNSUPPORTED_AUDIO_CODEC,
- STATUS_INVALID_AUDIO_CONFIGURATION,
- STATUS_INVALID_VIDEO_CONFIGURATION,
- STATUS_GPU_ACCELERATION_NOT_SUPPORTED,
- STATUS_GPU_ACCELERATION_ERROR,
-};
-
typedef base::Callback<void(CastInitializationStatus)>
CastInitializationCallback;
« no previous file with comments | « media/cast/audio_sender/audio_sender.cc ('k') | media/cast/cast_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698