ASF_SELECTION_STATUS enumeration (wmcontainer.h)
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
} ;
Constants
ASF_STATUS_NOTSELECTEDValue: 0 No samples from the stream are delivered. |
ASF_STATUS_CLEANPOINTSONLYValue: 1 Only samples from the stream that are clean points are delivered. |
ASF_STATUS_ALLDATAUNITSValue: 2 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 | wmcontainer.h |
See also
IMFASFStreamSelector::GetBandwidthStep
IMFASFStreamSelector::GetOutputOverride