MFASF_STREAMSELECTOR_FLAGS enumeration
Defines the ASF stream selector options.
Syntax
typedef enum MFASF_STREAMSELECTORFLAGS { MFASF_STREAMSELECTOR_DISABLE_THINNING = 0x00000001, MFASF_STREAMSELECTOR_USE_AVERAGE_BITRATE = 0x00000002 } ;
Constants
- MFASF_STREAMSELECTOR_DISABLE_THINNING
-
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
-
The stream selector will use the average bit rate of streams when selecting streams.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Show: