diff options
| author | jhurst <jhurst@cinecert.com> | 2007-06-08 02:24:37 +0000 |
|---|---|---|
| committer | jhurst <> | 2007-06-08 02:24:37 +0000 |
| commit | 3a3aa48a5a4f7324a9e4c2273d0747d7f58a2813 (patch) | |
| tree | bf218b1e6e4ee415ff94576e08b923801340c4a5 /src/MDD.h | |
| parent | 27915a74438fcf264d8dfd621dd5e79fa4065813 (diff) | |
fixed encryption for timed text
Diffstat (limited to 'src/MDD.h')
| -rwxr-xr-x | src/MDD.h | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -290,6 +290,19 @@ namespace ASDCP { MDD_CryptographicContext_CipherAlgorithm, // 252 MDD_CryptographicContext_MICAlgorithm, // 253 MDD_CryptographicContext_CryptographicKeyID, // 254 + MDD_DCTimedTextWrapping, // 255 + MDD_DCTimedTextEssence, // 256 + MDD_DCTimedTextDescriptor, // 257 + MDD_DCTimedTextDescriptor_UTFEncoding, // 258 + MDD_DCTimedTextDescriptor_RootNamespaceName, // 259 + MDD_DCTimedTextResourceDescriptor, // 260 + MDD_DCTimedTextResourceDescriptor_ResourcePackageID, // 261 + MDD_DCTimedTextResourceDescriptor_ResourceMIMEType, // 262 + MDD_DCTimedTextResourceDescriptor_ResourceSID, //263 + MDD_GenericStreamPartition, // 264 + MDD_DMSegment_DataDefinition, // 265 + MDD_DMSegment_Duration, // 266 + MDD_DMSegment_TrackIDList, // 267 }; // enum MDD_t } // namespaceASDCP |
