Module Values.Fmp4HlsSettingsSource

Fmp4 Hls Settings

Sourcetype nonrec t = {
  1. audioRenditionSets : string option;
    (*

    List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.

    *)
  2. nielsenId3Behavior : Fmp4NielsenId3Behavior.t option;
    (*

    If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.

    *)
  3. timedMetadataBehavior : Fmp4TimedMetadataBehavior.t option;
    (*

    Set to PASSTHROUGH to enable ID3 metadata insertion. To include metadata, you configure other parameters in the output group or individual outputs, or you add an ID3 action to the channel schedule.

    *)
}
Sourceval make : ?audioRenditionSets:??? -> ?nielsenId3Behavior:??? -> ?timedMetadataBehavior:??? -> 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