Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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_THINNINGValue: 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_BITRATEValue: 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 |