Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 369 Bytes

File metadata and controls

20 lines (14 loc) · 369 Bytes

MuxRuby::InputFile

Properties

Name Type Description Notes
container_format String [optional]
tracks Array<InputTrack> [optional]

Example

require 'mux_ruby'

instance = MuxRuby::InputFile.new(
  container_format: null,
  tracks: null
)