isBottomUpFrameType Method |
|
Checks whether a frame type is a bottom-up video format.
|
| Syntax: |
|
bool isBottomUpFrameType( tColorformatEnum colorformat );
bool isBottomUpFrameType( const GUID& subtype );
|
|
|
|
| colorformat |
|
A member of tColorformatEnum.
|
| subtype |
|
A GUID specifying a media subtype.
A list with possible media subtypes can be found at
Constants.
|
|
| Return Value: |
|
|
|
| true |
|
The images in the specified format
are stored bottom-up.
|
| false |
|
The images in the specified format
are stored top-down.
|
|
| Information: | | Header File: tisudshl.h
Namespace: DShowLib
Introduced in version 3.0
|
| See also: |
|
tColorformatEnum, Constants |