IStreamBufferCapture::BeginTemporaryRecording (Compact 2013)
3/26/2014
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
Header |
dshow.h |
Library |
Strmiids.lib |