Sha256: 98b1eec0be2f57f9f3236dc40ccf7913d2d8aaf9cb9124d2144a12a4f23f5ba5

Contents?: true

Size: 441 Bytes

Versions: 2

Compression:

Stored size: 441 Bytes

Contents

# frozen_string_literal: true

module MkvToolNix
  module Types
    module PropEdit
      module InfoProperty
        extend Extensions::Iterable

        TITLE = Property.new('title')
        DATE = Property.new('date')
        SEGMENT_UUID = Property.new('segment-uid')
        MUX_APPLICATION = Property.new('muxing-application', false)
        WRITING_APPLICATION = Property.new('writing-application', false)
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mkvtoolnix-1.0.0 lib/mkvtoolnix/types/propedit/info_property.rb
mkvtoolnix-0.7.0 lib/mkvtoolnix/types/propedit/info_property.rb