MEDIA_FORMAT_TYPE enumeration
The MEDIA_FORMAT_TYPE enumeration describes the media type handled by a transform.
Syntax
typedef enum eMEDIA_FORMAT_TYPE {
MEDIA_TYPE_VIDEO,
MEDIA_TYPE_AUDIO
} MEDIA_FORMAT_TYPE;
Constants
-
MEDIA_TYPE_VIDEO
-
The buffer uses system memory.
-
MEDIA_TYPE_AUDIO
-
The buffer uses video memory.
Requirements
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|