FFMPEG::EncodingOptions
Inherits Hash < Iterable < Enumerable < Reference < Object
Constructors
new(options)
SourceInstance methods
height
Sourceparams_order(k)
Sourceto_a
Returns an Array of Tuple(K, V) with key and values belonging to this Hash.
h = {1 => 'a', 2 => 'b', 3 => 'c'}
h.to_a # => [{1, 'a'}, {2, 'b'}, {3, 'c'}]
The order of the array follows the order the keys were inserted in the Hash.
width
Source