次の方法で共有


CBaseRenderer::ScheduleSample (Compact 2013)

3/26/2014

Schedules the sample for rendering.

Syntax

virtual BOOL ScheduleSample(
  IMediaSample* pMediaSample
);

Parameters

  • pMediaSample
    Media sample.

Return Value

None.

Remarks

A primary purpose of the renderer base class is to manage the timing and synchronization of the samples it is sent; that is, the timely presentation of data.

It also must look after quality management, which might involve dropping samples or rendering them earlier than indicated in the time stamps on the sample.

This method and its overrides in derived classes manage the setting up of advise links with the clock, so the samples can be rendered at the appropriate time.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseRenderer Class