Class: Exif::Tag::MakerNote::SlowSync

Inherits:
Base
  • Object
show all
Defined in:
lib/exifparser/makernote/fujifilm.rb

Overview

0x1030 - SlowSync

Instance Attribute Summary

Attributes inherited from Base

#IFD, #count, #data, #dataPos, #pos, #tagID

Instance Method Summary collapse

Methods inherited from Base

#formatExposureTime, #formatFNumber, #formatFocalLength, #formatLatLon, #initialize, #inspect, #name, #processData, #value

Constructor Details

This class inherits a constructor from Exif::Tag::Base

Instance Method Details

#to_sObject



197
198
199
200
201
202
203
204
205
206
# File 'lib/exifparser/makernote/fujifilm.rb', line 197

def to_s
  case @formatted
  when 0
    'Off'
  when 1
    'On'
  else
    'Unknown'
  end
end