Interface IMFVideoProcessorControl
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("A3F675D5-6119-4f7f-A100-1D8B280F0EFB")]
public interface IMFVideoProcessorControl
Methods
SetBorderColor(MFARGB)
Declaration
HResult SetBorderColor(MFARGB pBorderColor)
Parameters
MFARGB
pBorderColor
|
Returns
HResult
|
SetConstrictionSize(MFSize)
Declaration
HResult SetConstrictionSize(MFSize pConstrictionSize)
Parameters
MFSize
pConstrictionSize
|
Returns
HResult
|
SetDestinationRectangle(MFRect)
Declaration
HResult SetDestinationRectangle(MFRect pDstRect)
Parameters
MFRect
pDstRect
|
Returns
HResult
|
SetMirror(MF_VIDEO_PROCESSOR_MIRROR)
Declaration
HResult SetMirror(MF_VIDEO_PROCESSOR_MIRROR eMirror)
Parameters
MF_VIDEO_PROCESSOR_MIRROR
eMirror
|
Returns
HResult
|
SetRotation(MF_VIDEO_PROCESSOR_ROTATION)
Declaration
HResult SetRotation(MF_VIDEO_PROCESSOR_ROTATION eRotation)
Parameters
MF_VIDEO_PROCESSOR_ROTATION
eRotation
|
Returns
HResult
|