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

Side by Side Diff: services/media/audio/platform/generic/mixers/point_sampler.h

Issue 1424933002: Add an initial revision of an audio server. (Closed) Base URL: https://github.com/domokit/mojo.git@change4
Patch Set: fix issues discovered with initial preflight Created 5 years, 1 month 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
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef SERVICES_MEDIA_AUDIO_PLATFORM_GENERIC_MIXERS_POINT_SAMPLER_H_
6 #define SERVICES_MEDIA_AUDIO_PLATFORM_GENERIC_MIXERS_POINT_SAMPLER_H_
7
8 #include "mojo/services/media/common/interfaces/media_types.mojom.h"
9 #include "services/media/audio/platform/generic/mixer.h"
10
11 namespace mojo {
12 namespace media {
13 namespace audio {
14 namespace mixers {
15
16 class PointSampler : public Mixer {
17 public:
18 static MixerPtr Select(const LpcmMediaTypeDetailsPtr& src_format,
19 const LpcmMediaTypeDetailsPtr& dst_format);
20 };
21
22 } // namespace mixers
23 } // namespace audio
24 } // namespace media
25 } // namespace mojo
26
27 #endif // SERVICES_MEDIA_AUDIO_PLATFORM_GENERIC_MIXERS_POINT_SAMPLER_H_
OLDNEW
« no previous file with comments | « services/media/audio/platform/generic/mixers/no_op.cc ('k') | services/media/audio/platform/generic/mixers/point_sampler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698