Class: VzaarApi::EncodingPreset

Inherits:
Abstract
  • Object
show all
Includes:
Lib::ActiveObject::Find, Lib::HasAttributes, Lib::HasCollectionBuilder, Lib::HasResourceUrl, Lib::WillPaginate
Defined in:
lib/vzaar_api/encoding_preset.rb

Constant Summary collapse

ENDPOINT =
'encoding_presets'
ATTR_READERS =
[:id, :name, :description, :output_format,
:bitrate_kbps, :long_dimension, :video_codec,
:profile, :frame_rate_upper_threshold, :keyframe_upper_threshold,
:audio_bitrate_kbps, :audio_channels, :audio_sample_rate,
:max_bitrate_kbps, :created_at, :updated_at].freeze

Instance Attribute Summary

Attributes inherited from Abstract

#scope_id

Method Summary

Methods included from Lib::WillPaginate

included

Methods included from Lib::ActiveObject::Find

included

Methods included from Lib::HasResourceUrl

included

Methods included from Lib::HasCollectionBuilder

included

Methods included from Lib::HasAttributes

#initialize, prepended

Methods inherited from Abstract

#initialize, #update_from_attributes