summaryrefslogtreecommitdiffstats
path: root/chromecast/media/cma/base/buffering_defs.cc
blob: 3afd0f8087e3dfcdf901853e113797da2eb99388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2014 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 "chromecast/media/cma/base/buffering_defs.h"

namespace chromecast {
namespace media {

const size_t kAppAudioBufferSize = 64 * 1024;
const size_t kAppVideoBufferSize = 4 * 1024 * 1024;

}  // namespace media
}  // namespace chromecast