Method: Shotstack::Output#format
- Defined in:
- lib/shotstack/models/output.rb
#format ⇒ Object
The output format and type of media file to generate.
mp4- mp4 video filegif- animated gifjpg- jpg image filepng- png image filebmp- bmp image filemp3- mp3 audio file (audio only)
20 21 22 |
# File 'lib/shotstack/models/output.rb', line 20 def format @format end |