module Hydra::Works::Characterization

Attributes

mapper[RW]

Public Class Methods

mapper_defaults() click to toggle source
# File lib/hydra/works/characterization.rb, line 11
def mapper_defaults
  { file_author: :creator, file_language: :language, file_mime_type: :mime_type,
    audio_duration: :duration, audio_sample_rate: :sample_rate, audio_bit_rate: :bit_rate,
    video_audio_sample_rate: :sample_rate, track_frame_rate: :frame_rate,
    video_duration: :duration, video_sample_rate: :sample_rate, video_bit_rate: :bit_rate,
    video_width: :width, video_track_width: :width, video_height: :height, video_track_height: :height }
end