FrameTypeInfo

This structure contains all information to describe the layout (pixel depth and pixel organization) and the extents of one frame (image buffer) in the image stream.

Information

    Header File: tisudshl.h
    Namespace: DShowLib
    Introduced in version 3.0

Properties

Property Description
buffersize

Returns the number of bytes required for one frame.

dim

The dimensions of this frame type.

subtype

Returns the GUID of this frame type.

Methods

Method Description
FrameTypeInfo

Constructs a new FrameTypeInfo.

getBitsPerPixel

Returns the number of bits used to store one pixel in frames of this type.

getColorformat

Returns, if possible, the color format equivalent to the media subtype of this frame type.

isBottomUpFrameType

Returns whether the image data of this frame type is stored bottom-up in the buffer.

<< Classes