Encoder_Resume
Delphi
function Encoder_Resume (EncoderUniqueID: LongInt): Boolean;
C++Builder
bool __fastcall Encoder_Resume(System::LongInt EncoderUniqueID);
C#
public bool Encoder_Resume(int EncoderUniqueID);
VB.NET
Public Function Encoder_Resume(EncoderUniqueID As Integer) As Boolean
C++/Qt
BOOL Encoder_Resume (int EncoderUniqueID);
Resumes the encoder:
-
if recording to a file, restart writing to the file
-
if streaming, resume streaming
The video preview goes on without stop/restart.