Gets the total size or actual size of all buffer (.LRC) files for the specified buffer folder.
#include "ILMDVRSource.h"
Language | Syntax |
---|---|
C | HRESULT ILMDVRSource_GetBufferTotalSize(pILMDVRSource, nFolderIndex, uFlags, pnFiles, pnTotalFileSize) |
C++ | HRESULT GetBufferTotalSize(nFolderIndex, uFlags, pnFiles, pnTotalFileSize) |
Pointer to an ILMDVRSource interface.
The index of the desired buffer folder.
The flag specifying how to calculate the total size. Possible values are:
Pointer to total number of files included in the buffer size calculation.
Pointer to the total calculated buffer file size.
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. |
Otherwise | An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation. |
Pass the DVRGetTotalSize_Allowed flag value to request the total allowable buffer file size OR pass the DVRGetTotalSize_Actual flag value to request the actual used total file size.
Win32, x64.
Language | Example |
---|---|
C | ILMDVRSource::GetBufferTotalSize |
C++ | ILMDVRSource::GetBufferTotalSize |
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