New actions in action menu

Yes, there is a procedure:

procedure OnEncoderConnectionStateChange(Connection: IEncoderConnection; OldState, NewState: TEncoderConnectionState);
begin
end;

Example to be seen here.

1 Like