mediaFoundationVideoProcessorSetDestinationRect

Typecommand
DictionaryLCS
Librarymediafoundation
Syntax
mediaFoundationVideoProcessorSetDestinationRect <pVideoProcessorID>, <pLeft>, <pTop>, <pRight>, <pBottom>
Associationsmediafoundation
Summary

Set the destination rect of the video processor Platform:windowsPlatform: desktop

OSwindows
Parameters
NameTypeDescription
pVideoProcessorID

A video processor id

pLeft

The left of the destination rect

pTop

The top of the destination rect

pRight

The right of the destination rect

pBottom

The bottom of the destination rect

The result (c-string): An error string if an error occured

RelatedCommand: mediaFoundationTranscode, mediaFoundationCreateVideoProcessor
Description

Set the source and destination rect when transcoding video from one frame size to another.