| Index: media/audio/android/audio_track_output_stub_android.cc
|
| diff --git a/media/audio/android/audio_track_output_stub_android.cc b/media/audio/android/audio_track_output_stub_android.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..478607b39ba3a3a1293db59b64fa78f8ccf582b5
|
| --- /dev/null
|
| +++ b/media/audio/android/audio_track_output_stub_android.cc
|
| @@ -0,0 +1,16 @@
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "media/audio/android/audio_track_output_android.h"
|
| +
|
| +// This file was added because there is no Java environment in
|
| +// upstream yet, audio_track_output_android.cc should be used in
|
| +// downstream.
|
| +// TODO(michaelbai): Remove this file once Java environment ready.
|
| +
|
| +// static
|
| +AudioOutputStream* AudioTrackOutputStream::MakeStream(
|
| + AudioManagerAndroid* manager, const AudioParameters& params) {
|
| + return NULL;
|
| +}
|
|
|