Sha256: 99952c821928720931ec49d8d03557aa37500183479a9226332f811c5c033011

Contents?: true

Size: 327 Bytes

Versions: 14

Compression:

Stored size: 327 Bytes

Contents

module Unimatrix::Alchemist

  class RenditionProfile < Unimatrix::Resource

    field :id
    field :uuid
    field :height
    field :width
    field :content_type
    field :bit_rate
    field :created_at
    field :updated_at

    has_many :renditions
    has_many :activity_proxies
    has_many :video_encoders

  end

end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
unimatrix-3.0.0 lib/unimatrix/alchemist/rendition_profile.rb
unimatrix-2.9.0 lib/unimatrix/alchemist/rendition_profile.rb
unimatrix-2.8.0 lib/unimatrix/alchemist/rendition_profile.rb
unimatrix-2.7.1 lib/unimatrix/alchemist/rendition_profile.rb
unimatrix-2.7.0 lib/unimatrix/alchemist/rendition_profile.rb
unimatrix-2.6.1 lib/unimatrix/alchemist/rendition_profile.rb
unimatrix-2.6.0 lib/unimatrix/alchemist/rendition_profile.rb
unimatrix-2.5.5 lib/unimatrix/alchemist/rendition_profile.rb
unimatrix-2.5.4 lib/unimatrix/alchemist/rendition_profile.rb
unimatrix-2.5.3 lib/unimatrix/alchemist/rendition_profile.rb
unimatrix-2.5.2 lib/unimatrix/alchemist/rendition_profile.rb
unimatrix-2.5.1 lib/unimatrix/alchemist/rendition_profile.rb
unimatrix-2.5.0 lib/unimatrix/alchemist/rendition_profile.rb
unimatrix-2.4.2 lib/unimatrix/alchemist/rendition_profile.rb