Module Values.HlsOutputSettingsSource

Hls Output Settings

Sourcetype nonrec t = {
  1. h265PackagingType : HlsH265PackagingType.t option;
    (*

    Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.

    *)
  2. hlsSettings : HlsSettings.t;
    (*

    Settings regarding the underlying stream. These settings are different for audio-only outputs.

    *)
  3. nameModifier : string option;
    (*

    String concatenated to the end of the destination filename. Accepts \"Format Identifiers\":#formatIdentifierParameters.

    *)
  4. segmentModifier : string option;
    (*

    String concatenated to end of segment filenames.

    *)
}
Sourceval context_ : string
Sourceval make : ?h265PackagingType:??? -> ?nameModifier:??? -> ?segmentModifier:??? -> hlsSettings:HlsSettings.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t