Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.02 KB

RoomPropertiesStreamingEndpointsInnerHlsConfigVariantsInner.md

File metadata and controls

26 lines (20 loc) · 1.02 KB

Daily::RoomPropertiesStreamingEndpointsInnerHlsConfigVariantsInner

Properties

Name Type Description Notes
width Float Output width. Min: `32`. Max: `1920`. [optional]
height Float Output height. Min: `32`. Max: `1920`. For portrait mode, the height can be greater than the width. [optional]
fps Float Output FPS. Min: `1`. Max: `30`. [optional]
bitrate Float Bitrate in kilobits per second (kbps). Min: `100`. Max: `5000`. [optional]
iframe_only Boolean Whether this variant is iframe-only. One iframe is generated for each segment. If `true`, the `fps` property is ignored. [optional]

Example

require 'daily-ruby'

instance = Daily::RoomPropertiesStreamingEndpointsInnerHlsConfigVariantsInner.new(
  width: null,
  height: null,
  fps: null,
  bitrate: null,
  iframe_only: null
)