Gets the buffer information associated with the specified buffer file index.
#include "ILMDVRSource.h"
Language | Syntax |
---|---|
C | HRESULT ILMDVRSource_GetBufferInfo(pILMDVRSource, nBufferIndex, pszFileName, pnUsefulSize, pnFileSize, pnPlayIndex, pnFlags) |
C++ | HRESULT GetBufferInfo(nBufferIndex, pszFileName, pnUsefulSize, pnFileSize, pnPlayIndex, pnFlags) |
Pointer to an ILMDVRSource interface.
The index of the buffer file for which to get information.
Pointer to a string type that will receive the filename of the related buffer recording file.
Pointer to a double type that will receive the used file size of this recording chunk file.
Pointer to a double type that will receive the physical file size of this recording chunk file.
Pointer to a long type that will receive the index in the play order (the first index might not be 0, but all files should have sequential and incrementing indexes after the first index value)
Pointer to a long type that will receive a DVRBufferFlagConstant setting.Value can be:DVRBuffer_Empty = 0x0001,DVRBuffer_Writing = 0x0002,DVRBuffer_Finished = 0x0004
Value | Meaning |
---|---|
S_OK | The function was successful. |
E_INVALIDARG | Buffer index supplied is outside the range of currently valid indexes. |
LTMM_E_DVR_NO_RECORDINGS | No .LRC recording files exist. |
E_OUTOFMEMORY | A memory allocation error occurred. When attempting to allocate storage for the buffer filename string. |
<> S_OK | An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation. |
Win32, x64.
Language | Example |
---|---|
C | ILMDVRSource::GetBufferInfo |
C++ | ILMDVRSource::GetBufferInfo |
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