2015-10-08 21:48:07 +00:00
|
|
|
// 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.
|
|
|
|
|
2015-10-14 22:46:23 +00:00
|
|
|
#include "packager/media/formats/webm/webm_constants.h"
|
2015-10-08 21:48:07 +00:00
|
|
|
|
2016-05-20 21:19:33 +00:00
|
|
|
namespace shaka {
|
2015-10-08 21:48:07 +00:00
|
|
|
namespace media {
|
|
|
|
|
|
|
|
const char kWebMCodecSubtitles[] = "D_WEBVTT/SUBTITLES";
|
|
|
|
const char kWebMCodecCaptions[] = "D_WEBVTT/CAPTIONS";
|
|
|
|
const char kWebMCodecDescriptions[] = "D_WEBVTT/DESCRIPTIONS";
|
|
|
|
const char kWebMCodecMetadata[] = "D_WEBVTT/METADATA";
|
|
|
|
|
|
|
|
} // namespace media
|
2016-05-20 21:19:33 +00:00
|
|
|
} // namespace shaka
|