Microsoft DirectX 9.0

CCmdQueue::Run

The Run method switches to running mode so that commands that are deferred by the stream time can be run.

Syntax

virtual HRESULT Run(
    REFERENCE_TIME tStreamTimeOffset
);

Parameters

tStreamTimeOffset

Offset time.

Return Value

Returns S_OK.

Remarks

During running mode, stream-time-to-presentation-time mapping is known.

See Also