AVEncVideoDisplayDimension Property
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