Syntax
typedef enum ltmmDVResolution
{
ltmmDVResolution_Default = 0,
ltmmDVResolution_Full = 1000,
ltmmDVResolution_Half = 1001,
ltmmDVResolution_Quarter = 1002,
ltmmDVResolution_DC = 1003
} ltmmDVResolution;
Summary
The ltmmDVResolution constants define the target file format.
Constants
Constant | Description |
---|---|
ltmmDVResolution_Default | Default resolution. |
ltmmDVResolution_Full | The largest DV decoder resolution. |
ltmmDVResolution_Half | The resolution at half size. |
ltmmDVResolution_Quarter | The resolution at quarter size. |
ltmmDVResolution_DC | The resolution at one-eighth size. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET