Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
[in] pVideoProcessor
Type: ID3D11VideoProcessor*
A pointer to the ID3D11VideoProcessor interface.
[in] StreamIndex
Type: UINT
An index identifying the input stream.
[out] pEnable
Type: BOOL*
A pointer to a boolean value indicating whether mirroring is enabled. True if mirroring is enabled; otherwise, false.
[out] pFlipHorizontal
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.
[out] pFlipVertical
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
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Target Platform | Windows |
Header | d3d11_1.h |