TIEMediaFoundationSourceReader.VideoProcessor
Declaration
property VideoProcessor: TIEMediaFoundationVideoProcessor;
Description
Use this property to setup the Media Foundation Video Processor. Applications can set rotations, mirrors, source and destination rectangles.
This property is read-only.
Only for Windows 8 and newer, or Windows 2012 Server.
// setup horizontal flip and automatic rotation
ImageEnView1.IO.MediaFoundationSourceReader.VideoProcessor.SetMirror(mfpmHorizontal);
ImageEnView1.IO.MediaFoundationSourceReader.VideoProcessor.SetRotation(mfprNormal);