X2 Standard  Version 1.25
videorecorderinterface.h
1 #ifndef _VideoRecorderInterface_H
2 #define _VideoRecorderInterface_H
3 
4 #define VideoRecorderInterface_Name "com.bisque.TheSkyX.VideoRecorderInterface/1.0"
5 
14 {
15 public:
17  virtual int beginRecording(const char *sFilePath)=0;
19  virtual int stopRecording()=0;
20 };
21 
22 #endif
VideoRecorderInterface::beginRecording
virtual int beginRecording(const char *sFilePath)=0
VideoRecorderInterface::stopRecording
virtual int stopRecording()=0
VideoRecorderInterface
The VideoRecorderInterface is an optional interface for Video devices that support direct output from...
Definition: videorecorderinterface.h:14
X2 Examples
(C) 2023 Software Bisque, Inc. All rights reserved.