Contains flags for the IMFSourceReader::ReadSample method.
typedef enum MF_SOURCE_READER_CONTROL_FLAG
{
MF_SOURCE_READER_CONTROLF_DRAIN = 0x1
} MF_SOURCE_READER_CONTROL_FLAG;
| Constant | Description |
|---|---|
| MF_SOURCE_READER_CONTROLF_DRAIN | Retrieve any pending samples, but do not request any more samples from the media source. To get all of the pending samples, call ReadSample with this flag until the method returns a NULL media sample pointer. |
Header: Declared in mfreadwrite.h.