MFASF_STREAMSELECTOR_FLAGS enumeration (wmcontainer.h)
Defines the ASF stream selector options.
Syntax
typedef enum MFASF_STREAMSELECTORFLAGS {
MFASF_STREAMSELECTOR_DISABLE_THINNING = 0x1,
MFASF_STREAMSELECTOR_USE_AVERAGE_BITRATE = 0x2
} MFASF_STREAMSELECTOR_FLAGS;
Constants
MFASF_STREAMSELECTOR_DISABLE_THINNING Value: 0x1 The stream selector will not set thinning. Thinning is the process of removing samples from a stream to reduce the bit rate. |
MFASF_STREAMSELECTOR_USE_AVERAGE_BITRATE Value: 0x2 The stream selector will use the average bit rate of streams when selecting streams. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wmcontainer.h |