AVDecVideoPixelAspectRatio Property
Microsoft DirectShow 9.0 |
AVDecVideoPixelAspectRatio Property
Specifies the pixel aspect ratio of the decoded video stream.
Property GUID
CODECAPI_AVDecVideoPixelAspectRatio
Data Type
UINT32 (VT_UI4)
Remarks
This property is read-only.
The upper 16 bits of the value contain the width, and the lower 16 bits contain the height.
Requirements
Header: Include codecapi.h.
See Also