constants.h

Go to the documentation of this file.
00001 
00007 /*
00008  *  Copyright (c) 2005, Matt Beard
00009  *
00010  *  This software is provided 'as-is', without any express or implied warranty.
00011  *  In no event will the authors be held liable for any damages arising from
00012  *  the use of this software.
00013  *
00014  *  Permission is granted to anyone to use this software for any purpose,
00015  *  including commercial applications, and to alter it and redistribute it
00016  *  freely, subject to the following restrictions:
00017  *
00018  *    1. The origin of this software must not be misrepresented; you must
00019  *       not claim that you wrote the original software. If you use this
00020  *       software in a product, an acknowledgment in the product
00021  *       documentation would be appreciated but is not required.
00022  *  
00023  *    2. Altered source versions must be plainly marked as such, and must
00024  *       not be misrepresented as being the original software.
00025  *  
00026  *    3. This notice may not be removed or altered from any source
00027  *       distribution.
00028  */
00029 
00030 #ifndef MXFLIB__CONSTANTS_H
00031 #define MXFLIB__CONSTANTS_H
00032 
00033 namespace mxflib
00034 {
00035     /*********************************************/
00036     /*                                           */
00037     /*          RP224 Based Definitions          */
00038     /*                                           */
00039     /*********************************************/
00040 
00041     /* Track identification data definitions */
00042 
00044     const UInt8 TrackTypeDataDefTimecode12M[16] = { 0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, 0x01, 0x01, 0x00, 0x00, 0x00 };
00046     const int TrackTypeDataDefTimecode12MCompare = 13;
00047 
00049     const UInt8 TrackTypeDataDefTimecode12MUser[16] = { 0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00 };
00051     const int TrackTypeDataDefTimecode12MUserCompare = 13;
00052 
00054     const UInt8 TrackTypeDataDefTimecode309M[16] = { 0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, 0x01, 0x03, 0x00, 0x00, 0x00 };
00056     const int TrackTypeDataDefTimecode309MCompare = 13;
00057 
00059     const UInt8 TrackTypeDataDefPicture[16] = { 0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, 0x02, 0x01, 0x00, 0x00, 0x00 };
00061     const int TrackTypeDataDefPictureCompare = 16;
00062 
00064     const UInt8 TrackTypeDataDefSound[16] = { 0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, 0x02, 0x02, 0x00, 0x00, 0x00 };
00066     const int TrackTypeDataDefSoundCompare = 16;
00067 
00069     const UInt8 TrackTypeDataDefData[16] = { 0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, 0x02, 0x03, 0x00, 0x00, 0x00 };
00071     const int TrackTypeDataDefDataCompare = 16;
00072 
00074     const UInt8 TrackTypeDataDefDM[16] = { 0x06, 0x0E, 0x2B, 0x34, 0x04, 0x01, 0x01, 0x01, 0x01, 0x03, 0x02, 0x01, 0x10, 0x00, 0x00, 0x00 };
00076     const int TrackTypeDataDefDMCompare = 13;
00077 }
00078 
00079 #endif //MXFLIB__CONSTANTS_H

Generated on Mon Apr 2 15:20:51 2007 for MXFLib by  doxygen 1.5.1-p1