Method: Pageflow::ZencoderMetaDataOutputDefinition#outputs
- Defined in:
- lib/pageflow/zencoder_meta_data_output_definition.rb
#outputs ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
15 16 17 18 19 20 21 22 |
# File 'lib/pageflow/zencoder_meta_data_output_definition.rb', line 15 def outputs [ { label: 'stub', clip_length: 1 } ] end |