Specifies when to stop processing the stream. You can specify a maximum amount of time to process the video.

interface StreamProcessingStopSelector {
    MaxDurationInSeconds?: number;
}

Properties

MaxDurationInSeconds?: number

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.