次の方法で共有


IStreamBufferCapture::BeginTemporaryRecording (Windows Embedded CE 6.0)

1/6/2010

This method is used by a client DVR application to begin a temporary recording. If the previous recording was also temporary, then calling this method changes the size of the pause buffer. If the previous recording was permanent, then the calling this method represents a transition from one recording to another.

Syntax

HRESULT BeginTemporaryRecording(
  LONGLONG hyBufferSizeInMilliseconds
);

Parameters

  • hyBufferSizeInMilliseconds
    [in] A LONGLONG value that specifies the size, in milliseconds, of the temporary recording.

Return Value

This method always returns S_OK.

Requirements

Windows Embedded CE Windows CE 5.0 Networked Media Device Feature Pack and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment

See Also

Reference

IStreamBufferCapture Interface