| Name | Type | Description | Notes |
|---|---|---|---|
| container_format | String | [optional] | |
| tracks | Array<InputTrack> | [optional] |
require 'mux_ruby'
instance = MuxRuby::InputFile.new(
container_format: null,
tracks: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| container_format | String | [optional] | |
| tracks | Array<InputTrack> | [optional] |
require 'mux_ruby'
instance = MuxRuby::InputFile.new(
container_format: null,
tracks: null
)