Marblecore Imaging Library Documentation

Documentation Introduction
Documentation / Marblecore Imaging / Enumerations / Video

Video enumeration

Specifies options for the video filter.

If you use the ATL COM version of the library, you can supply the string value (the name of the value) or the number value (as listed in the table below) as the enumeration value. If you use the Class Library, the enumeration is available as an enum object with the name MarblecoreImagingVideo which contains all the available values.

Values

NameValueDescription
Grid0Staggered video effect
Stripes1Striped video effect
Diagonal2Diagonal (3x3) video effect
Dots3Dot video effect

See also

FilterVideo