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_NOTSELECTED
Value: 0
No samples from the stream are delivered.
ASF_STATUS_CLEANPOINTSONLY
Value: 1
Only samples from the stream that are clean points are delivered.
ASF_STATUS_ALLDATAUNITS
Value: 2
All samples from the stream are delivered.

Requirements

Requirement Value
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

IMFASFStreamSelector::SetOutputOverride

Media Foundation Enumerations