IFrameFilter::tParamType

Enumeration that describes the type of a frame filter parameter.
Name Description
eParamLong The parameter is a 32-bit integer.
eParamBoolean The parameter is a boolean flag.
eParamFloat The parameter is a single-precision floating point number.
eParamString The parameter is a string.
eParamData The parameter is a data parameter.

<< IFrameFilter