InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IConvertDepthImageStreamData::ConvertDepthInfo Struct Reference

#include <IConvertDepthImageStreamData.h>

Public Attributes

uint32 width
 
uint32 bitdepth
 
uint32 numberOfChannels
 
uint8 threshold
 
uint8 unused [3]
 
ConvertType convertType
 

Detailed Description

ConvertDepthInfo structure width How many pixels wide is the image data? bitdepth If convertType is kConvertFromP8Hi or kConvertFromP8Low, then bitdepth is the target bitdepth. Otherwise, it is the source bitdepth. numberOfChannels Number of source channels threshold If converting to 1-bit from 8-bit, use this threshold to determine whether the 8 bit value should become a 0 or 1. unused[3] long alignment convertType One of kConvertFromP8Hi, kConvertFromP8Low, kConvertToP8Hi, kConvertToP8Low