@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Interface ListTranscodersProfilesSortOptions

    Represents the options to sort the response for listing transcoder profiles.

    interface ListTranscodersProfilesSortOptions {
        isDescending?: boolean;
        itemsOnPage: number;
        page: number;
        sortBy: "Name" | "Height" | "FrameRate";
    }

    Hierarchy (View Summary)

    • ListSortOptions<"Name" | "Height" | "FrameRate">
      • ListTranscodersProfilesSortOptions
    Index

    Properties

    isDescending?: boolean

    Sort by descending order.

    itemsOnPage: number

    Number of items per page. Must be between 1 and 100.

    page: number

    Number of the page to retrieve. Minimum is 1.

    sortBy: "Name" | "Height" | "FrameRate"

    How to sort the response.