Επεξεργασία

Κοινή χρήση μέσω


IReferenceClock::AdvisePeriodic method

[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

This method is not implemented.

In other implementations of the IReferenceClock interface, such as in the DirectShow® component of Microsoft® DirectX®, the AdvisePeriodic method is used to create a periodic advise request that would signal the specified event object each time the specified time interval elapses. This SDK does not implement the functionality of this method, and any calls made to it will result in a return value of E_NOTIMPL.

Syntax

 AdvisePeriodic();

Parameters

This method has no parameters.

See also

IReferenceClock Interface