Gets the DVRSink status, buffer files folder, buffer file index, and current total recording size.
#include "ILMDVRSink.h"
Language | Syntax |
---|---|
C | HRESULT ILMDVRSink_GetStatus(pILMDVRSink, pStatus, pnCurrentFolderIndex, pnCurrentRecordingIndex, pnCurrentRecordingSize) |
C++ | HRESULT GetStatus(pStatus, pnCurrentFolderIndex, pnCurrentRecordingIndex, pnCurrentRecordingSize) |
Pointer to an ILMDVRSink interface.
Pointer to an enumeration type that will receive the current DVR status.
Pointer to a long type that will receive the current folder (0-based) index.
Pointer to a long type that will receive the current recording (0-based) index. This index is the number of the current LRC file.
Pointer to a double type that will receive the current recording size in bytes.
Value | Meaning |
---|---|
S_OK | The function was successful. |
<>S_OK | An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation. |
Use this function to determine the current status of the DVR sink (stopped, paused or writing), as well as specific information about where in the buffer folders writing is currently happening. The current folder index indicates which buffer folder the sink is using. The current recording index indicates which buffer .LRC file is currently being written.
The Status parameter can be one of the following values:
DVRStatus_Stopped
DVRStatus_Paused
DVRStatus_Writing
Win32, x64.
Language | Example |
---|---|
C | ILMDVRSink::GetStatus |
C++ | ILMDVRSink::GetStatus |
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