ID3D11VideoContext1::VideoProcessorGetStreamMirror method

Gets values that indicate whether the video processor input stream is being flipped vertically or horizontally.

Syntax



void
 VideoProcessorGetStreamMirror(
  [in]  ID3D11VideoProcessor *pVideoProcessor,
  [in]  UINT                 StreamIndex,
  [out] BOOL                 *pEnable,
  [out] BOOL                 *pFlipHorizontal,
  [out] BOOL                 *pFlipVertical
);

Parameters

pVideoProcessor [in]

Type: ID3D11VideoProcessor*

A pointer to the ID3D11VideoProcessor interface.

StreamIndex [in]

Type: UINT

An index identifying the input stream.

pEnable [out]

Type: BOOL*

A pointer to a boolean value indicating whether mirroring is enabled. True if mirroring is enabled; otherwise, false.

pFlipHorizontal [out]

Type: BOOL*

A pointer to a boolean value indicating whether the stream is being flipped horizontally. True if the stream is being flipped horizontally; otherwise, false.

pFlipVertical [out]

Type: BOOL*

A pointer to a boolean value indicating whether the stream is being flipped vertically. True if the stream is being flipped vertically; otherwise, false.

Return value

This method does not return a value.

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

D3d11_1.h

See also

ID3D11VideoContext1

 

 

Show: