Copies the buffered recording data to the specified fully qualified target file pathname.
#include "ILMDVRSink.h"
Language | Syntax |
---|---|
C | HRESULT ILMDVRSink_CopyBufferToFile(pILMDVRSink, pszTargetFile, startOffset, endOffset) |
C++ | HRESULT CopyBufferToFile(pszTargetFile, startOffset, endOffset) |
Pointer to an ILMDVRSink interface.
Pointer to a fully qualified destination file.
Starting offset of data to copy.
Ending offset of data to copy.
Value | Meaning |
---|---|
S_OK | The function was successful. |
E_UNEXPECTED | Starting offset not found. |
DISP_E_BADINDEX | Index supplied is outside the range of currently valid indexes. |
LTMM_E_DVR_NO_RECORDINGS | No .LRC recording files exist. |
E_INVALIDARG | Either the number of files or file size specified is not valid. |
<>S_OK | An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation. |
Use this function to copy buffered recording data to a new output file. The output file will contain the same media sample data and encodings as the original buffer data.
Win32, x64.
Language | Example |
---|---|
C | ILMDVRSink::CopyBufferToFile |
C++ | ILMDVRSink::CopyBufferToFile |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document