videosphere
    Preparing search index...

    Type Alias SmartCutSourceStreamBounds

    Last decodable timestamp per stream in a local media file.

    type SmartCutSourceStreamBounds = {
        videoEndSeconds: number | null;
        audioEndSeconds: number | null;
    }
    Index

    Properties

    videoEndSeconds: number | null

    End of the video stream in seconds, or null when unknown.

    audioEndSeconds: number | null

    End of the audio stream in seconds, or null when unknown.