class Exif::Tag::MakerNote::SlowSync

0x1030 - SlowSync

Public Instance Methods

to_s() click to toggle source
# File lib/exifparser/makernote/fujifilm.rb, line 197
def to_s
  case @formatted
  when 0
    'Off'
  when 1
    'On'
  else
    'Unknown'
  end
end