Encoder_Pause
Delphi
function Encoder_Pause (EncoderUniqueID: LongInt): Boolean;
C++Builder
bool __fastcall Encoder_Pause(System::LongInt EncoderUniqueID);
C#
public bool Encoder_Pause(int EncoderUniqueID);
VB.NET
Public Function Encoder_Pause(EncoderUniqueID As Integer) As Boolean
C++/Qt
BOOL Encoder_Pause (int EncoderUniqueID);
Pauses the encoder: if recording to a file, stops writing to the file; if streaming, stops streaming. The video preview does not stop.