Catel.Services.CameraService.IsFlashModeSupportedByCamera C# (CSharp) Method

IsFlashModeSupportedByCamera() protected method

Determines whether a particular flash mode is supported on the device.
This method is already protected and only called when the service is currently running.
protected IsFlashModeSupportedByCamera ( FlashMode mode ) : bool
mode FlashMode The mode.
return bool
        protected override bool IsFlashModeSupportedByCamera(FlashMode mode)
        {
            throw new MustBeImplementedException();
        }