Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Side by Side Diff: media/webm/webm_constants.h

Issue 23014009: media: Opus support for WebM in Media Source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MEDIA_WEBM_WEBM_CONSTANTS_H_ 5 #ifndef MEDIA_WEBM_WEBM_CONSTANTS_H_
6 #define MEDIA_WEBM_WEBM_CONSTANTS_H_ 6 #define MEDIA_WEBM_WEBM_CONSTANTS_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "media/base/media_export.h" 9 #include "media/base/media_export.h"
10 10
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 const int kWebMIdChapterTimeStart = 0x91; 50 const int kWebMIdChapterTimeStart = 0x91;
51 const int kWebMIdChapterTrack = 0x8F; 51 const int kWebMIdChapterTrack = 0x8F;
52 const int kWebMIdChapterTrackNumber = 0x89; 52 const int kWebMIdChapterTrackNumber = 0x89;
53 const int kWebMIdChapterTranslate = 0x6924; 53 const int kWebMIdChapterTranslate = 0x6924;
54 const int kWebMIdChapterTranslateCodec = 0x69BF; 54 const int kWebMIdChapterTranslateCodec = 0x69BF;
55 const int kWebMIdChapterTranslateEditionUID = 0x69FC; 55 const int kWebMIdChapterTranslateEditionUID = 0x69FC;
56 const int kWebMIdChapterTranslateID = 0x69A5; 56 const int kWebMIdChapterTranslateID = 0x69A5;
57 const int kWebMIdChapterUID = 0x73C4; 57 const int kWebMIdChapterUID = 0x73C4;
58 const int kWebMIdCluster = 0x1F43B675; 58 const int kWebMIdCluster = 0x1F43B675;
59 const int kWebMIdCodecDecodeAll = 0xAA; 59 const int kWebMIdCodecDecodeAll = 0xAA;
60 const int kWebMIdCodecDelay = 0x56AA;
60 const int kWebMIdCodecID = 0x86; 61 const int kWebMIdCodecID = 0x86;
61 const int kWebMIdCodecName = 0x258688; 62 const int kWebMIdCodecName = 0x258688;
62 const int kWebMIdCodecPrivate = 0x63A2; 63 const int kWebMIdCodecPrivate = 0x63A2;
63 const int kWebMIdCodecState = 0xA4; 64 const int kWebMIdCodecState = 0xA4;
64 const int kWebMIdColorSpace = 0x2EB524; 65 const int kWebMIdColorSpace = 0x2EB524;
65 const int kWebMIdContentCompAlgo = 0x4254; 66 const int kWebMIdContentCompAlgo = 0x4254;
66 const int kWebMIdContentCompression = 0x5034; 67 const int kWebMIdContentCompression = 0x5034;
67 const int kWebMIdContentCompSettings = 0x4255; 68 const int kWebMIdContentCompSettings = 0x4255;
68 const int kWebMIdContentEncAESSettings = 0x47E7; 69 const int kWebMIdContentEncAESSettings = 0x47E7;
69 const int kWebMIdContentEncAlgo = 0x47E1; 70 const int kWebMIdContentEncAlgo = 0x47E1;
(...skipping 14 matching lines...) Expand all
84 const int kWebMIdCueCodecState = 0xEA; 85 const int kWebMIdCueCodecState = 0xEA;
85 const int kWebMIdCuePoint = 0xBB; 86 const int kWebMIdCuePoint = 0xBB;
86 const int kWebMIdCueReference = 0xDB; 87 const int kWebMIdCueReference = 0xDB;
87 const int kWebMIdCueRefTime = 0x96; 88 const int kWebMIdCueRefTime = 0x96;
88 const int kWebMIdCues = 0x1C53BB6B; 89 const int kWebMIdCues = 0x1C53BB6B;
89 const int kWebMIdCueTime = 0xB3; 90 const int kWebMIdCueTime = 0xB3;
90 const int kWebMIdCueTrack = 0xF7; 91 const int kWebMIdCueTrack = 0xF7;
91 const int kWebMIdCueTrackPositions = 0xB7; 92 const int kWebMIdCueTrackPositions = 0xB7;
92 const int kWebMIdDateUTC = 0x4461; 93 const int kWebMIdDateUTC = 0x4461;
93 const int kWebMIdDefaultDuration = 0x23E383; 94 const int kWebMIdDefaultDuration = 0x23E383;
95 const int kWebMIdDiscardPadding = 0x75A2;
94 const int kWebMIdDisplayHeight = 0x54BA; 96 const int kWebMIdDisplayHeight = 0x54BA;
95 const int kWebMIdDisplayUnit = 0x54B2; 97 const int kWebMIdDisplayUnit = 0x54B2;
96 const int kWebMIdDisplayWidth = 0x54B0; 98 const int kWebMIdDisplayWidth = 0x54B0;
97 const int kWebMIdDocType = 0x4282; 99 const int kWebMIdDocType = 0x4282;
98 const int kWebMIdDocTypeReadVersion = 0x4285; 100 const int kWebMIdDocTypeReadVersion = 0x4285;
99 const int kWebMIdDocTypeVersion = 0x4287; 101 const int kWebMIdDocTypeVersion = 0x4287;
100 const int kWebMIdDuration = 0x4489; 102 const int kWebMIdDuration = 0x4489;
101 const int kWebMIdEBMLHeader = 0x1A45DFA3; 103 const int kWebMIdEBMLHeader = 0x1A45DFA3;
102 const int kWebMIdEBMLMaxIDLength = 0x42F2; 104 const int kWebMIdEBMLMaxIDLength = 0x42F2;
103 const int kWebMIdEBMLMaxSizeLength = 0x42F3; 105 const int kWebMIdEBMLMaxSizeLength = 0x42F3;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 const int kWebMIdPrevFilename = 0x3C83AB; 142 const int kWebMIdPrevFilename = 0x3C83AB;
141 const int kWebMIdPrevSize = 0xAB; 143 const int kWebMIdPrevSize = 0xAB;
142 const int kWebMIdPrevUID = 0x3CB923; 144 const int kWebMIdPrevUID = 0x3CB923;
143 const int kWebMIdReferenceBlock = 0xFB; 145 const int kWebMIdReferenceBlock = 0xFB;
144 const int kWebMIdReferencePriority = 0xFA; 146 const int kWebMIdReferencePriority = 0xFA;
145 const int kWebMIdSamplingFrequency = 0xB5; 147 const int kWebMIdSamplingFrequency = 0xB5;
146 const int kWebMIdSeek = 0x4DBB; 148 const int kWebMIdSeek = 0x4DBB;
147 const int kWebMIdSeekHead = 0x114D9B74; 149 const int kWebMIdSeekHead = 0x114D9B74;
148 const int kWebMIdSeekID = 0x53AB; 150 const int kWebMIdSeekID = 0x53AB;
149 const int kWebMIdSeekPosition = 0x53AC; 151 const int kWebMIdSeekPosition = 0x53AC;
152 const int kWebMIdSeekPreRoll = 0x56BB;
150 const int kWebMIdSegment = 0x18538067; 153 const int kWebMIdSegment = 0x18538067;
151 const int kWebMIdSegmentFamily = 0x4444; 154 const int kWebMIdSegmentFamily = 0x4444;
152 const int kWebMIdSegmentFilename = 0x7384; 155 const int kWebMIdSegmentFilename = 0x7384;
153 const int kWebMIdSegmentUID = 0x73A4; 156 const int kWebMIdSegmentUID = 0x73A4;
154 const int kWebMIdSilentTrackNumber = 0x58D7; 157 const int kWebMIdSilentTrackNumber = 0x58D7;
155 const int kWebMIdSilentTracks = 0x5854; 158 const int kWebMIdSilentTracks = 0x5854;
156 const int kWebMIdSimpleBlock = 0xA3; 159 const int kWebMIdSimpleBlock = 0xA3;
157 const int kWebMIdSimpleTag = 0x67C8; 160 const int kWebMIdSimpleTag = 0x67C8;
158 const int kWebMIdSlices = 0x8E; 161 const int kWebMIdSlices = 0x8E;
159 const int kWebMIdStereoMode = 0x53B8; 162 const int kWebMIdStereoMode = 0x53B8;
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 const int kWebMTrackTypeDescriptionsOrMetadata = 0x21; 219 const int kWebMTrackTypeDescriptionsOrMetadata = 0x21;
217 220
218 MEDIA_EXPORT extern const char kWebMCodecSubtitles[]; 221 MEDIA_EXPORT extern const char kWebMCodecSubtitles[];
219 MEDIA_EXPORT extern const char kWebMCodecCaptions[]; 222 MEDIA_EXPORT extern const char kWebMCodecCaptions[];
220 MEDIA_EXPORT extern const char kWebMCodecDescriptions[]; 223 MEDIA_EXPORT extern const char kWebMCodecDescriptions[];
221 MEDIA_EXPORT extern const char kWebMCodecMetadata[]; 224 MEDIA_EXPORT extern const char kWebMCodecMetadata[];
222 225
223 } // namespace media 226 } // namespace media
224 227
225 #endif // MEDIA_WEBM_WEBM_CONSTANTS_H_ 228 #endif // MEDIA_WEBM_WEBM_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698