Module Values.InputClippingSettingsSource

Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.

Sourcetype nonrec t = {
  1. inputTimecodeSource : InputTimecodeSource.t;
    (*

    The source of the timecodes in the source being clipped.

    *)
  2. startTimecode : StartTimecode.t option;
    (*

    Settings to identify the start of the clip.

    *)
  3. stopTimecode : StopTimecode.t option;
    (*

    Settings to identify the end of the clip.

    *)
}
Sourceval context_ : string
Sourceval make : ?startTimecode:??? -> ?stopTimecode:??? -> inputTimecodeSource:InputTimecodeSource.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of string ]) 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