StaticMediaProcessing: {
    end_offset?: string;
    fps?: number;
    start_offset?: string;
    type: "static";
}

Type declaration

  • Optionalend_offset?: string

    Optional. Segment end time. Specified as a decimal number of seconds followed

    by an 's' suffix, e.g., "30s". Must be non-negative and greater than start_offset if start_offset is set.

  • Optionalfps?: number

    Optional. Video frame-rate sampling density.

  • Optionalstart_offset?: string

    Optional. Segment start time. Specified as a decimal number of seconds followed

    by an 's' suffix, e.g., "10.5s". Must be non-negative.

  • type: "static"