ExStreamClient.Model.RTMPSettings (ExStreamClient v0.1.7)
View SourceSchema representing a RTMPSettings
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@type t() :: %ExStreamClient.Model.RTMPSettings{ enabled: boolean(), layout: ExStreamClient.Model.LayoutSettings.t() | nil, location: ExStreamClient.Model.RTMPLocation.t() | nil, quality_name: String.t() | nil }