Module Values.TimedMetadataInsertionSource

Insert user-defined custom ID3 metadata at timecodes that you specify. In each output that you want to include this metadata, you must set ID3 metadata to Passthrough.

Sourcetype nonrec t = {
  1. id3Insertions : Id3Insertion.t list option;
    (*

    Id3Insertions contains the array of Id3Insertion instances.

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