Function MediaSegmentsApiAxiosParamCreator

MediaSegmentsApi - axios parameter creator

  • Parameters

    Returns {
        getItemSegments: ((itemId: string, includeSegmentTypes?: MediaSegmentType[], options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
    }

    • getItemSegments: ((itemId: string, includeSegmentTypes?: MediaSegmentType[], options??: RawAxiosRequestConfig) => Promise<RequestArgs>)

      Gets all media segments based on an itemId.

        • (itemId, includeSegmentTypes?, options?): Promise<RequestArgs>
        • Parameters

          • itemId: string

            The ItemId.

          • OptionalincludeSegmentTypes: MediaSegmentType[]

            Optional filter of requested segment types.

          • Optionaloptions: RawAxiosRequestConfig = {}

            Override http request option.

          Returns Promise<RequestArgs>