blob: da89b57591930445b3a04ea2ce8562da32132c80 [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 COBALT_MEDIA_FILTERS_SOURCE_BUFFER_PLATFORM_H_
#define COBALT_MEDIA_FILTERS_SOURCE_BUFFER_PLATFORM_H_
#include "cobalt/media/base/media_export.h"
#include "starboard/types.h"
namespace cobalt {
namespace media {
// The maximum amount of data in bytes the stream will keep in memory.
MEDIA_EXPORT extern const size_t kSourceBufferAudioMemoryLimit;
MEDIA_EXPORT extern const size_t kSourceBufferVideoMemoryLimit;
} // namespace media
} // namespace cobalt
#endif // COBALT_MEDIA_FILTERS_SOURCE_BUFFER_PLATFORM_H_