Unibrain API-810 User Manual Page 38

  • Download
  • Add to my manuals
  • Print
  • Page
    / 97
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 37
38
pfYUV_422,
pfYUV_444,
pfRGB_24,
pfY_MONO_16,
pfRGB_48,
pfS_Y_MONO_16,
pfS_RGB_48,
pfRAW_8,
pfRAW_16
Visual Basic 6.0 syntax
Dim PixelFormat As FireiXPixelFormat
PixelFormat = StreamFormat.PixelFormat
C++ syntax
FireiXPixelFormat PixelFormat;
HRESULT hr = pIStreamFormat->get_PixelFormat(&PixelFormat);
Resolution property
Prototype
FireiXResolution Resolution
Comments
This is a read only property that returns the resolution of the FireiXStreamFormat as a
FireiXResolution value. A resolution is not unique to a FireiXStreamFormat. A pair of a pixel format
and a resolution however is.
Possible values in the FireiXResolution enumerated value are:
resNone,
res160x120,
res320x240,
res640x480,
res800x600,
res1024x768,
res1280x960,
res1600x1200,
resVariable,
resVariable_1,
resVariable_2,
resVariable_3,
resVariable_4,
resVariable_5,
resVariable_6,
resVariable_7
The values from res160x120 up to res1600x1200 represent Fixed formats, and from resVariable to
resVariable_7 represent User Defined formats.
Visual Basic 6.0 syntax
Dim Resolution As FireiXResolution
Page view 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 96 97

Comments to this Manuals

No comments