Microsoft DirectX 9.0 |
The ScheduleSample method overrides the base class that does the main work to keep a count of samples drawn and dropped (which are used by the IQualProp implementation).
Syntax
BOOL ScheduleSample(
IMediaSample *pMediaSample
);
Parameters
pMediaSample
Pointer to the media sample.
Return Value
Returns TRUE if the sample is scheduled; otherwise, returns FALSE.
See Also