diff options
| author | jhurst <jhurst@cinecert.com> | 2009-02-13 05:00:31 +0000 |
|---|---|---|
| committer | jhurst <> | 2009-02-13 05:00:31 +0000 |
| commit | eba0b92c6ce46a626f46c0843a88ab33d6b281af (patch) | |
| tree | 6a3fe4fdcfa5efa6a556e402c3563de0f389fd84 /src/Metadata.h | |
| parent | 899b377902acf3fb31fe8a2c027e204809067ecb (diff) | |
channel assignment
Diffstat (limited to 'src/Metadata.h')
| -rwxr-xr-x | src/Metadata.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Metadata.h b/src/Metadata.h index 207e031..5117425 100755 --- a/src/Metadata.h +++ b/src/Metadata.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005-2007, John Hurst +Copyright (c) 2005-2009, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -363,6 +363,7 @@ namespace ASDCP ui16_t BlockAlign; ui8_t SequenceOffset; ui32_t AvgBps; + UL ChannelAssignment; WaveAudioDescriptor() : BlockAlign(0), SequenceOffset(0), AvgBps(0) {} virtual ~WaveAudioDescriptor() {} |
