IMFByteStreamTrident::IsFullySeekable method

Applies to: desktop apps only

Queries whether an application can seek within the entire range of the byte stream at this time.

Syntax

HRESULT IsFullySeekable(
  [out]  VARIANT_BOOL *pvbSeekable
);

Parameters

  • pvbSeekable [out]
    Receives the value VARIANT_TRUE if the entire byte stream can be seeked to, or VARIANT_FALSE otherwise. If the value is VARIANT_FALSE, call IMFByteStreamTrident::GetByteRanges to get the seekable ranges.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Header

Mfmediaengine.h

See also

IMFByteStreamTrident

 

 

Send comments about this topic to Microsoft

Build date: 7/18/2012