Enum VLFreeFrame.TVLFFSupport
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabPkg
Unit: VLFreeFrame
Contents |
Syntax
Delphi:
type TVLFFSupport = (st16Bit, st24Bit, st32Bit, stFrameCopy, stOpenGL, stSetTime);
C++ Builder:
enum TVLFFSupport {st16Bit, st24Bit, st32Bit, stFrameCopy, stOpenGL, stSetTime};
Visual C++ (MFC):
enum CTVLFFSupport {st16Bit, st24Bit, st32Bit, stFrameCopy, stOpenGL, stSetTime};
Summary
Supported FreeFrame features enumeration.
Description
Defines the supported FreeFrame features.
Values
st16Bit | Supports 16 bit RGB video. |
st24Bit | Supports 24 bit RGB video. |
st32Bit | Supports 32 bit RGBA video. |
stFrameCopy | Supports frame copy operation. |
stOpenGL | Supports OpenGL. |
stSetTime | Supports set time operation. |