blob: 45a6054fe7dd4a2fb18ce836d8670d7d52a5e8f8 [file] [log] [blame]
// 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.
#ifndef CHROMECAST_MEDIA_CMA_BASE_BUFFERING_DEFS_H_
#define CHROMECAST_MEDIA_CMA_BASE_BUFFERING_DEFS_H_
#include <stddef.h>
namespace chromecast {
namespace media {
extern const size_t kAppAudioBufferSize;
extern const size_t kAppVideoBufferSize;
} // namespace media
} // namespace chromecast
#endif // CHROMECAST_MEDIA_CMA_BASE_BUFFERING_DEFS_H_