I Created a CTransformFilter, this is used to Resize the output video. It is working with default values which i gave in the code.
Is it possible to make this filter receive values, i mean when i create Instance of this filter in my code is it possible to pass the values say like
Resizer->width = 100
Resizer->height = 50
here Resizer is the filter.