Share via


IStreamBufferConfigure::GetBackingFileDuration

 
Microsoft DirectShow 9.0

IStreamBufferConfigure::GetBackingFileDuration

This topic applies only to Windows XP Service Pack 1 or later.

The GetBackingFileDuration method retrieves the duration of each backing file.

Syntax

  HRESULT GetBackingFileDuration(
  DWORD*  pdwSeconds
);

Parameters

pdwSeconds

[out]  Pointer to a variable that receives the file duration, in seconds.

Return Values

Returns an HRESULT. Possible values include those in the following table.

Value Description
S_OK The method succeeded.

Requirements

Header: Include Sbe.h.

See Also