This command starts and stops capturing with a vtkPlusVirtualCapture capture on the server side.
More...
#include <src/PlusServer/Commands/vtkPlusStartStopRecordingCommand.h>
This command starts and stops capturing with a vtkPlusVirtualCapture capture on the server side.
Definition at line 22 of file vtkPlusStartStopRecordingCommand.h.
◆ Superclass
◆ vtkPlusStartStopRecordingCommand()
vtkPlusStartStopRecordingCommand::vtkPlusStartStopRecordingCommand |
( |
| ) |
|
|
protected |
◆ ~vtkPlusStartStopRecordingCommand()
vtkPlusStartStopRecordingCommand::~vtkPlusStartStopRecordingCommand |
( |
| ) |
|
|
protectedvirtual |
◆ Clone()
◆ Execute()
PlusStatus vtkPlusStartStopRecordingCommand::Execute |
( |
| ) |
|
|
virtual |
◆ GetCaptureDevice()
vtkPlusVirtualCapture * vtkPlusStartStopRecordingCommand::GetCaptureDevice |
( |
const std::string & |
captureDeviceId | ) |
|
Helper function to get pointer to the capture device
- Parameters
-
captureDeviceId | Capture device ID. If it is NULL then a pointer to the first VirtualStreamCapture device is returned. |
Definition at line 183 of file vtkPlusStartStopRecordingCommand.cxx.
◆ GetClassName()
virtual const char* vtkPlusStartStopRecordingCommand::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetCommandNames()
void vtkPlusStartStopRecordingCommand::GetCommandNames |
( |
std::list< std::string > & |
cmdNames | ) |
|
|
virtual |
◆ GetDescription()
std::string vtkPlusStartStopRecordingCommand::GetDescription |
( |
const std::string & |
commandName | ) |
|
|
virtual |
◆ GetEnableCompression()
virtual bool vtkPlusStartStopRecordingCommand::GetEnableCompression |
( |
| ) |
|
|
virtual |
◆ GetOrCreateCaptureDevice()
vtkPlusVirtualCapture * vtkPlusStartStopRecordingCommand::GetOrCreateCaptureDevice |
( |
const std::string & |
channelId | ) |
|
Helper function to get pointer to the capture device
- Parameters
-
captureDeviceId | Capture device ID. If it is NULL then a pointer to the first VirtualStreamCapture device is returned. |
Definition at line 232 of file vtkPlusStartStopRecordingCommand.cxx.
◆ GetPauseOnStart()
virtual bool vtkPlusStartStopRecordingCommand::GetPauseOnStart |
( |
| ) |
|
|
virtual |
◆ IsA()
virtual int vtkPlusStartStopRecordingCommand::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPlusStartStopRecordingCommand::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ New()
◆ PrintSelf()
void vtkPlusStartStopRecordingCommand::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
◆ ReadConfiguration()
PlusStatus vtkPlusStartStopRecordingCommand::ReadConfiguration |
( |
vtkXMLDataElement * |
aConfig | ) |
|
|
virtual |
◆ SafeDownCast()
◆ SetEnableCompression()
virtual void vtkPlusStartStopRecordingCommand::SetEnableCompression |
( |
bool |
| ) |
|
|
virtual |
◆ SetNameToHeader()
void vtkPlusStartStopRecordingCommand::SetNameToHeader |
( |
| ) |
|
◆ SetNameToResume()
void vtkPlusStartStopRecordingCommand::SetNameToResume |
( |
| ) |
|
◆ SetNameToStart()
void vtkPlusStartStopRecordingCommand::SetNameToStart |
( |
| ) |
|
◆ SetNameToStop()
void vtkPlusStartStopRecordingCommand::SetNameToStop |
( |
| ) |
|
◆ SetNameToSuspend()
void vtkPlusStartStopRecordingCommand::SetNameToSuspend |
( |
| ) |
|
◆ SetPauseOnStart()
virtual void vtkPlusStartStopRecordingCommand::SetPauseOnStart |
( |
bool |
| ) |
|
|
virtual |
◆ vtkGetStdStringMacro() [1/4]
vtkPlusStartStopRecordingCommand::vtkGetStdStringMacro |
( |
OutputFilename |
| ) |
|
◆ vtkGetStdStringMacro() [2/4]
vtkPlusStartStopRecordingCommand::vtkGetStdStringMacro |
( |
CaptureDeviceId |
| ) |
|
◆ vtkGetStdStringMacro() [3/4]
vtkPlusStartStopRecordingCommand::vtkGetStdStringMacro |
( |
ChannelId |
| ) |
|
◆ vtkGetStdStringMacro() [4/4]
vtkPlusStartStopRecordingCommand::vtkGetStdStringMacro |
( |
CodecFourCC |
| ) |
|
◆ vtkSetStdStringMacro() [1/4]
vtkPlusStartStopRecordingCommand::vtkSetStdStringMacro |
( |
OutputFilename |
| ) |
|
◆ vtkSetStdStringMacro() [2/4]
vtkPlusStartStopRecordingCommand::vtkSetStdStringMacro |
( |
CaptureDeviceId |
| ) |
|
◆ vtkSetStdStringMacro() [3/4]
vtkPlusStartStopRecordingCommand::vtkSetStdStringMacro |
( |
ChannelId |
| ) |
|
◆ vtkSetStdStringMacro() [4/4]
vtkPlusStartStopRecordingCommand::vtkSetStdStringMacro |
( |
CodecFourCC |
| ) |
|
◆ WriteConfiguration()
PlusStatus vtkPlusStartStopRecordingCommand::WriteConfiguration |
( |
vtkXMLDataElement * |
aConfig | ) |
|
|
virtual |
The documentation for this class was generated from the following files: