diff options
| author | jhurst <jhurst@cinecert.com> | 2013-06-17 17:55:54 +0000 |
|---|---|---|
| committer | jhurst <> | 2013-06-17 17:55:54 +0000 |
| commit | ba6e57635ce6482fa9dcd6a824b579edb459b834 (patch) | |
| tree | f354c0297a4233f9cb89396b2fa9fac893ba8140 /src/AS_DCP.h | |
| parent | e54f387729bacc2d3e8c93aeb59ee45181d6f714 (diff) | |
tweezes
Diffstat (limited to 'src/AS_DCP.h')
| -rwxr-xr-x | src/AS_DCP.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/AS_DCP.h b/src/AS_DCP.h index 4f6b097..1763d9c 100755 --- a/src/AS_DCP.h +++ b/src/AS_DCP.h @@ -66,6 +66,8 @@ The following use cases are supported by the library: JPEG 2000 stereoscopic codestream pairs PCM audio streams SMPTE 429-7 Timed Text XML with font and image resources + Proposed SMPTE Aux Data track file + Proposed Dolby (TM) Atmos track file o Read essence from a plaintext or ciphertext AS-DCP file: MPEG2 Video Elementary Stream @@ -73,6 +75,8 @@ The following use cases are supported by the library: JPEG 2000 stereoscopic codestream pairs PCM audio streams SMPTE 429-7 Timed Text XML with font and image resources + Proposed SMPTE Aux Data track file + Proposed Dolby (TM) Atmos track file o Read header metadata from an AS-DCP file @@ -213,6 +217,7 @@ namespace ASDCP { ESS_JPEG_2000_S, // the file contains one or more JPEG 2000 codestream pairs (stereoscopic) ESS_DCDATA_UNKNOWN, // the file contains one or more D-Cinema Data bytestreams ESS_DCDATA_DOLBY_ATMOS, // the file contains one or more DolbyATMOS bytestreams + ESS_MAX }; // Determine the type of essence contained in the given MXF file. RESULT_OK @@ -346,7 +351,8 @@ namespace ASDCP { { LS_MXF_UNKNOWN, LS_MXF_INTEROP, - LS_MXF_SMPTE + LS_MXF_SMPTE, + LS_MAX }; // @@ -842,6 +848,7 @@ namespace ASDCP { CF_CFG_3, // 7.1 (SDDS) with optional HI/VI CF_CFG_4, // Wild Track Format CF_CFG_5, // 7.1 DS with optional HI/VI + CF_MAX }; struct AudioDescriptor |
