Compartir a través de


IStreamBufferCapture::BeginTemporaryRecording (Windows CE 5.0)

Send Feedback

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.

HRESULT BeginTemporaryRecording(  LONGLONG hyBufferSizeInMilliseconds);

Parameters

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

Return Values

This method always returns S_OK.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

OS Versions: Windows CE 5.0 with Windows CE 5.0 Networked Media Device Feature Pack

See Also

IStreamBufferCapture Interface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.