Method: Shotstack::Output#format

Defined in:
lib/shotstack/models/output.rb

#formatObject

The output format and type of media file to generate.

  • mp4 - mp4 video file
  • gif - animated gif
  • jpg - jpg image file
  • png - png image file
  • bmp - bmp image file
  • mp3 - mp3 audio file (audio only)



20
21
22
# File 'lib/shotstack/models/output.rb', line 20

def format
  @format
end