Module Values.MsSmoothOutputSettingsSource

Ms Smooth Output Settings

Sourcetype nonrec t = {
  1. h265PackagingType : MsSmoothH265PackagingType.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. nameModifier : string option;
    (*

    String concatenated to the end of the destination filename. Required for multiple outputs of the same type.

    *)
}
Sourceval make : ?h265PackagingType:??? -> ?nameModifier:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of string ]) 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