Mac OS 9
ZoomedVideo.h File Reference

PC Card Family Zoomed Video Driver Interface. More...

#include <MacTypes.h>
#include <Devices.h>

Go to the source code of this file.

Data Structures

struct  ZVInfo
 
struct  ZVFlagRecord
 
struct  ZVAnalogControlRecord
 

Macros

#define kZVDriverName   "\p.ZVPort"
 

Typedefs

typedef UInt32 ZVFeatures
 
typedef struct ZVInfo ZVInfo
 
typedef struct ZVFlagRecord ZVFlagRecord
 
typedef UInt16 ZVAnalogControlSelector
 
typedef struct ZVAnalogControlRecord ZVAnalogControlRecord
 

Enumerations

enum  {
  cscZVVideoEnable = 2 , cscZVSetCurrentAnalogValue = 3 , cscZVSetInput = 9 , cscZVSetInputStandard = 11 ,
  cscZVGetMaxSourceRect = 12
}
 
enum  {
  cscZVGetVideoEnable = 2 , cscZVGetCurrentAnalogValue = 3 , cscZVGetDefaultAnalogValue = 4 , cscZVGetVSyncState = 5 ,
  cscZVGetInfo = 6 , cscZVGetInputFlags = 7 , cscZVGetNumberOfInputs = 8 , cscZVGetInput = 9 ,
  cscZVGetInputFormat = 10
}
 
enum  {
  kZVHasAudio = (1 << 0) , kZVHasTVTuner = (1 << 1) , kZVHasContrast = (1 << 16) , kZVHasBrightness = (1 << 17) ,
  kZVHasSharpness = (1 << 18) , kZVHasSaturation = (1 << 19) , kZVHasHue = (1 << 20)
}
 
enum  {
  kZVContrast = 1 , kZVBrightness , kZVSharpness = 3 , kZVSaturation ,
  kZVHue = 5 , kZVBlackLevel = 6 , kZVWhiteLevel = 7
}
 

Detailed Description

PC Card Family Zoomed Video Driver Interface.

Introduced In: System 7.5
Avaliable From: Universal Interfaces 3.4.1
Copyright: � 1996-2001 by Apple Computer, Inc. All rights reserved.

For bug reports, consult the following page on the World Wide Web:

http://developer.apple.com/bugreporter/

Typedef Documentation

◆ ZVAnalogControlSelector

typedef UInt16 ZVAnalogControlSelector

Additional definitions for "AnalogCtlZV" control calls A pointer to a ZVSetAnalogControlParam is passed to the driver whenever the system needs to adjust one of the analog settings.

◆ ZVFeatures

typedef UInt32 ZVFeatures

Additional parameters for csInfoZV control call A pointer to ZVInfo is passed in csParam[0] (and csParam[1]) which must be filled by the driver in response to this call.