registerHandlers method
void
registerHandlers()
Implementation
void registerHandlers() {
implementations.channelCapturePhotoOutput.setHandler(
implementations.handlerCapturePhotoOutput,
);
implementations.channelCapturePhotoSettings.setHandler(
implementations.handlerCapturePhotoSettings,
);
implementations.channelCapturePhotoCaptureDelegate.setHandler(
implementations.handlerCapturePhotoCaptureDelegate,
);
implementations.channelCaptureOutput.setHandler(
implementations.handlerCaptureOutput,
);
implementations.channelCapturePhoto.setHandler(
implementations.handlerCapturePhoto,
);
implementations.channelCaptureDeviceInput.setHandler(
implementations.handlerCaptureDeviceInput,
);
implementations.channelCaptureInput.setHandler(
implementations.handlerCaptureInput,
);
implementations.channelCaptureSession.setHandler(
implementations.handlerCaptureSession,
);
implementations.channelCaptureDevice.setHandler(
implementations.handlerCaptureDevice,
);
implementations.channelCaptureDeviceDiscoverySession.setHandler(
implementations.handlerCaptureDeviceDiscoverySession,
);
implementations.channelPreviewController.setHandler(
implementations.handlerPreviewController,
);
implementations.channelCaptureFileOutput.setHandler(
implementations.handlerCaptureFileOutput,
);
implementations.channelCaptureMovieFileOutput.setHandler(
implementations.handlerCaptureMovieFileOutput,
);
implementations.channelCaptureFileOutputRecordingDelegate.setHandler(
implementations.handlerCaptureFileOutputRecordingDelegate,
);
implementations.channelCaptureConnection.setHandler(
implementations.handlerCaptureConnection,
);
implementations.channelCaptureInputPort.setHandler(
implementations.handlerCaptureInputPort,
);
implementations.channelFinishProcessingPhotoCallback.setHandler(
implementations.handlerFinishProcessingPhotoCallback,
);
}