The VideoObjectProcessor interface detects whether the video object should be converted with specific VideoConverter.
| Method | Method description |
|---|---|
| VideoObjectProcessingResult ProcessVideoObject(VideoObjectInfo videoObject) | Method returns VOPR_PROCEED_WITH_THIS_OBJECT value if the videoObject is to be processed and returns VOPR_SKIP_THIS_OBJECT value if the video object is to be dropped out of the generated Flash presentation during conversion. |