ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

dv.h
Go to the documentation of this file.
00001 
00002 #ifndef _DV_H_
00003 #define _DV_H_
00004 
00005 typedef struct Tag_DVAudInfo
00006 {
00007     BYTE    bAudStyle[2];
00008     BYTE    bAudQu[2];
00009     BYTE    bNumAudPin;
00010     WORD    wAvgSamplesPerPinPerFrm[2];
00011     WORD    wBlkMode;
00012     WORD    wDIFMode;
00013     WORD    wBlkDiv;
00014 
00015 } DVAudInfo;
00016 
00017 #define DV_AUDIOMODE                0x00000f00
00018 #define DV_AUDIOQU                  0x07000000
00019 #define DV_AUDIOSMP                 0x38000000
00020 #define DV_CAP_AUD16Bits            0x00
00021 #define DV_CAP_AUD12Bits            0x01
00022 #define DV_HD                       0x01
00023 #define DV_DVSD_NTSC_FRAMESIZE      120000
00024 #define DV_DVSD_PAL_FRAMESIZE       144000
00025 #define DV_NTSC                     0
00026 #define DV_NTSCPAL                  0x00200000
00027 #define DV_PAL                      1
00028 #define DV_SMCHN                    0x0000e000
00029 #define DV_SD                       0x00
00030 #define DV_SL                       0x02
00031 #define DV_STYPE                    0x001f0000
00032 
00033 #define SIZE_DVINFO                 0x20
00034 
00035 #endif

Generated on Sun May 27 2012 04:30:41 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.