AVDecVideoImageSize Property

 
Microsoft DirectShow 9.0

AVDecVideoImageSize Property

Specifies the size of the decoded video stream.

Property GUID

CODECAPI_AVDecVideoImageSize

Data Type

UINT32 (VT_UI4)

Remarks

This property is read-only.

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