./lib/animoto/manifests/directing_and_rendering.rb in animoto-0.1.0.beta0 vs ./lib/animoto/manifests/directing_and_rendering.rb in animoto-0.1.0.beta1
- old
+ new
@@ -1,10 +1,10 @@
module Animoto
module Manifests
class DirectingAndRendering < Animoto::Manifests::Directing
- # The vertical resolution of the rendered video. Valid values are '180p', '240p',
- # '360p', '480p', '720p' or '1080p'.
+ # The vertical resolution of the rendered video. Valid values are '180p', '270p',
+ # '360p', '480p', '576p', '720p' or '1080p'.
# @return [String]
attr_accessor :resolution
# The framerate of the rendered video. Valid values are 12, 15, 24 or 30.
# @return [Fixnum]
\ No newline at end of file