Microsoft DirectX 9.0

IMSVidStreamBufferRecordingControl::put_StartTime

This topic applies to Windows XP Service Pack 1 only.

The put_StartTime method sets the start time for the recording.

Syntax

HRESULT put_StartTime(
  long  Start
);

Parameters

Start

[in]  Specifies the start time, in hundredths of seconds.

Return Values

The method returns an HRESULT. Possible values include the following.

Value Description
E_INVALIDARG Invalid argument.
S_OK The method succeeded.

See Also