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.
Microsoft DirectShow 9.0 |
AVEncVideoDisplayDimension Property
Specifies the size of the video stream when it is decoded.
Property GUID
CODECAPI_AVEncVideoDisplayDimension
Data Type
UINT32 (VT_UI4)
Remarks
This property is read/write.
The upper 16 bits of the value contain the width, in pixels. The lower 16 bits contain the height, in pixels.
Requirements
Header: Include codecapi.h.
See Also