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

Side by Side Diff: services/media/factory_service/media_sink_impl.h

Issue 2010283006: Almost done: ApplicationDelegate -> ApplicationImplBase conversion. (Closed) Base URL: https://github.com/domokit/mojo.git@work798-x-work797-x-work796_no_run_main_app
Patch Set: rebased Created 4 years, 6 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
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 #ifndef MOJO_SERVICES_MEDIA_FACTORY_MEDIA_SINK_IMPL_H_ 5 #ifndef MOJO_SERVICES_MEDIA_FACTORY_MEDIA_SINK_IMPL_H_
6 #define MOJO_SERVICES_MEDIA_FACTORY_MEDIA_SINK_IMPL_H_ 6 #define MOJO_SERVICES_MEDIA_FACTORY_MEDIA_SINK_IMPL_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "mojo/public/cpp/application/application_impl.h"
11 #include "mojo/public/cpp/bindings/binding.h" 10 #include "mojo/public/cpp/bindings/binding.h"
12 #include "mojo/services/media/control/interfaces/media_sink.mojom.h" 11 #include "mojo/services/media/control/interfaces/media_sink.mojom.h"
13 #include "mojo/services/media/core/interfaces/timeline_controller.mojom.h" 12 #include "mojo/services/media/core/interfaces/timeline_controller.mojom.h"
14 #include "services/media/factory_service/audio_track_controller.h" 13 #include "services/media/factory_service/audio_track_controller.h"
15 #include "services/media/factory_service/factory_service.h" 14 #include "services/media/factory_service/factory_service.h"
16 #include "services/media/framework/graph.h" 15 #include "services/media/framework/graph.h"
17 #include "services/media/framework/parts/decoder.h" 16 #include "services/media/framework/parts/decoder.h"
18 #include "services/media/framework_mojo/mojo_consumer.h" 17 #include "services/media/framework_mojo/mojo_consumer.h"
19 #include "services/media/framework_mojo/mojo_producer.h" 18 #include "services/media/framework_mojo/mojo_producer.h"
20 #include "services/util/cpp/incident.h" 19 #include "services/util/cpp/incident.h"
(...skipping 30 matching lines...) Expand all
51 Graph graph_; 50 Graph graph_;
52 std::shared_ptr<MojoConsumer> consumer_; 51 std::shared_ptr<MojoConsumer> consumer_;
53 std::shared_ptr<MojoProducer> producer_; 52 std::shared_ptr<MojoProducer> producer_;
54 std::unique_ptr<AudioTrackController> controller_; 53 std::unique_ptr<AudioTrackController> controller_;
55 }; 54 };
56 55
57 } // namespace media 56 } // namespace media
58 } // namespace mojo 57 } // namespace mojo
59 58
60 #endif // MOJO_SERVICES_MEDIA_FACTORY_MEDIA_SINK_IMPL_H_ 59 #endif // MOJO_SERVICES_MEDIA_FACTORY_MEDIA_SINK_IMPL_H_
OLDNEW
« no previous file with comments | « services/media/factory_service/media_player_impl.cc ('k') | services/media/factory_service/media_sink_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698