ASF_SELECTION_STATUS enumeration
Defines the selection options for an ASF stream.
Syntax
typedef enum ASF_SELECTION_STATUS { ASF_STATUS_NOTSELECTED = 0, ASF_STATUS_CLEANPOINTSONLY = 1, ASF_STATUS_ALLDATAUNITS = 2 } ASF_SELECTION_STATUS;
Constants
- ASF_STATUS_NOTSELECTED
-
No samples from the stream are delivered.
- ASF_STATUS_CLEANPOINTSONLY
-
Only samples from the stream that are clean points are delivered.
- ASF_STATUS_ALLDATAUNITS
-
All samples from the stream are delivered.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
- Media Foundation Enumerations
- IMFASFStreamSelector::GetBandwidthStep
- IMFASFStreamSelector::GetOutputOverride
- IMFASFStreamSelector::SetOutputOverride
Show: