Values.StreamProcessingStopSelectorSourceSpecifies when to stop processing the stream. You can specify a maximum amount of time to process the video.
type nonrec t = {maxDurationInSeconds : MaxDurationInSecondsULong.t option;Specifies the maximum amount of time in seconds that you want the stream to be processed. The largest amount of time is 2 minutes. The default is 10 seconds.
*)}val to_value :
t ->
[> `Structure of (string * [> `Long of MaxDurationInSecondsULong.t ]) list ]