IBuffering::SetBufferingDepth (Compact 2013)

3/26/2014

This method allows you to set the size of the buffer filter's capture buffer.

Syntax

HRESULT SetBufferingDepth(
  const REFERENCE_TIME* ptStop
);

Parameters

  • ptStop
    [in] A pointer to a REFERENCE_TIME value that specifies the new size of the capture buffer in milliseconds.

Return Value

This method returns an HRESULT value.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IBuffering Interface