Module: HydraHls::FileSetBehavior::ClassMethods
- Defined in:
- app/models/concerns/hydra_hls/file_set_behavior.rb
Instance Method Summary collapse
Instance Method Details
#audio_mime_types ⇒ Object
65 66 67 68 69 |
# File 'app/models/concerns/hydra_hls/file_set_behavior.rb', line 65 def audio_mime_types # audio/x-wave is the mime type that fits 0.6.0 returns for a wav file. # audio/mpeg is the mime type that fits 0.6.0 returns for an mp3 file. ['audio/mp3', 'audio/mpeg', 'audio/wav', 'audio/x-wave', 'audio/x-wav', 'audio/ogg', 'audio/flac','audio/x-flac', 'audio/x-aiff', 'audio/aiff', ] end |