ImageEn, unit iemmf

TIEMediaFoundationVideoProcessor.IsAvailable

TIEMediaFoundationVideoProcessor.IsAvailable

Declaration

property IsAvailable: Boolean;

Description

Returns True when Media Foundation Video Processor is available. This should always be True on Windows 8 and newer, or Windows 2012 Server.

Read-only

Example

// Check whether the video processor is available
if ImageEnView1.IO.MediaFoundation.VideoProcessor.IsAvailable then
  ShowMessage( 'Video processor is available' );