diff options
| author | jhurst <jhurst@cinecert.com> | 2013-07-01 22:14:16 +0000 |
|---|---|---|
| committer | jhurst <> | 2013-07-01 22:14:16 +0000 |
| commit | 5584493c50cfa0541398527741253a0db8cdbf18 (patch) | |
| tree | 8d751b6c3ccc1e1ba7d8c58846015ec44bbf2242 /src/MDD.h | |
| parent | 4c79dd9e68c9f58660343524506712bc32ced077 (diff) | |
IMF MCA labels
cinecanvas fade time now okay with HH:MM:SS:
Diffstat (limited to 'src/MDD.h')
| -rwxr-xr-x | src/MDD.h | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -361,6 +361,30 @@ namespace ASDCP { MDD_DCAudioSoundfield_61, // 323 MDD_DCAudioSoundfield_M, // 324 MDD_WAVEssenceClip, // 325 + MDD_IMFAudioChannelCfg_MCA, // 326 + MDD_IMFAudioChannel_M1, // 327 + MDD_IMFAudioChannel_M2, // 328 + MDD_IMFAudioChannel_Lt, // 329 + MDD_IMFAudioChannel_Rt, // 330 + MDD_IMFAudioChannel_Lst, // 331 + MDD_IMFAudioChannel_Rst, // 332 + MDD_IMFAudioChannel_S, // 333 + MDD_IMFNumberedSourceChannel, // 334 + MDD_IMFAudioSoundfield_ST, // 335 + MDD_IMFAudioSoundfield_DM, // 336 + MDD_IMFAudioSoundfield_DNS, // 337 + MDD_IMFAudioSoundfield_30, // 338 + MDD_IMFAudioSoundfield_40, // 339 + MDD_IMFAudioSoundfield_50, // 340 + MDD_IMFAudioSoundfield_60, // 341 + MDD_IMFAudioSoundfield_70, // 342 + MDD_IMFAudioSoundfield_LtRt, // 343 + MDD_IMFAudioSoundfield_51Ex, // 344 + MDD_IMFAudioSoundfield_HI, // 345 + MDD_IMFAudioSoundfield_VIN, // 346 + MDD_IMFAudioGroup_MPg, // 347 + MDD_IMFAudioGroup_DVS, // 348 + MDD_IMFAudioGroup_Dcm, // 349 MDD_Max }; // enum MDD_t |
