Share via


IStreamBufferConfigure::GetBackingFileDuration method (sbe.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The GetBackingFileDuration method retrieves the duration of each backing file.

Syntax

HRESULT GetBackingFileDuration(
  [out] DWORD *pdwSeconds
);

Parameters

[out] pdwSeconds

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

Return value

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

Return code Description
S_OK
The method succeeded.

Requirements

   
Minimum supported client Windows�XP with SP1 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header sbe.h

See also

IStreamBufferConfigure Interface