Sha256: 901b924d482d7cd88e8781994b2df48cb1f79fd4eb52629fc5556faeb6652236
Contents?: true
Size: 350 Bytes
Versions: 8
Compression:
Stored size: 350 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 field :transcoder has_many :renditions has_many :activity_proxies has_many :video_encoders end end
Version data entries
8 entries across 8 versions & 1 rubygems