chromium/chromecast/media/cma/base/buffering_defs.h

// Copyright 2014 The Chromium Authors
// 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_