Sha256: c7ba65b848435fa99b2fe413c0098c75b0553e89abea574e8d74fc61a77552bb
Contents?: true
Size: 774 Bytes
Versions: 29
Compression:
Stored size: 774 Bytes
Contents
# MuxRuby::InputTrack ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | | [optional] | | **duration** | **Float** | | [optional] | | **encoding** | **String** | | [optional] | | **width** | **Integer** | | [optional] | | **height** | **Integer** | | [optional] | | **frame_rate** | **Float** | | [optional] | | **sample_rate** | **Integer** | | [optional] | | **sample_size** | **Integer** | | [optional] | | **channels** | **Integer** | | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::InputTrack.new( type: null, duration: null, encoding: null, width: null, height: null, frame_rate: null, sample_rate: null, sample_size: null, channels: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems