class Exif::Tag::MakerNote::SonyLongExposureNoiseReduction
0xb04e - Long Exposure Noise Reduction
Public Instance Methods
to_s()
click to toggle source
# File lib/exifparser/makernote/sony.rb, line 617 def to_s if @formatted == 0 "Off" elsif @formatted == 1 "On" else @formatted.to_s + " (Unknown)" end end