MF_PD_VIDEO_ENCODING_BITRATE attribute
Specifies the video encoding bit rate for the presentation, in bits per second. This attribute applies to presentation descriptors.
Data type
UINT32
Remarks
This attribute is optional. Some formats have more complex encoding schemes that cannot be summarized by using this attribute. For Advanced Systems Format (ASF) files, the following attributes collectively describe the encoding bit rate:
- MF_PD_ASF_FILEPROPERTIES_MAX_BITRATE
- MF_SD_ASF_EXTSTRMPROP_AVG_DATA_BITRATE
- MF_SD_ASF_EXTSTRMPROP_MAX_DATA_BITRATE
- MF_SD_ASF_STREAMBITRATES_BITRATE
Third-party formats might use other custom attributes.
The GUID constant for this attribute is exported from mfuuid.lib.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps | UWP apps] |
Minimum supported server |
Windows Server 2008 [desktop apps | UWP apps] |
Header |
|
See also