Show / Hide Table of Contents

Class AdaptationsetsApi

Inheritance
System.Object
AdaptationsetsApi
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Encoding.Manifests.Dash.Periods.Adaptationsets
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class AdaptationsetsApi

Constructors

AdaptationsetsApi(IBitmovinApiClientFactory)

Declaration
public AdaptationsetsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type Name Description
IBitmovinApiClientFactory apiClientFactory

Properties

Audio

Declaration
public AudioApi Audio { get; }
Property Value
Type Description
AudioApi

Builder

Fluent builder for creating an instance of AdaptationsetsApi

Declaration
public static BitmovinApiBuilder<AdaptationsetsApi> Builder { get; }
Property Value
Type Description
BitmovinApiBuilder<AdaptationsetsApi>

Contentprotection

Declaration
public ContentprotectionApi Contentprotection { get; }
Property Value
Type Description
ContentprotectionApi

Image

Declaration
public ImageApi Image { get; }
Property Value
Type Description
ImageApi

Representations

Declaration
public RepresentationsApi Representations { get; }
Property Value
Type Description
RepresentationsApi

Subtitle

Declaration
public SubtitleApi Subtitle { get; }
Property Value
Type Description
SubtitleApi

Type

Declaration
public TypeApi Type { get; }
Property Value
Type Description
TypeApi

Video

Declaration
public VideoApi Video { get; }
Property Value
Type Description
VideoApi

Methods

ListAsync(String, String, Func<AdaptationsetsApi.ListQueryParams, AdaptationsetsApi.ListQueryParams>[])

List all AdaptationSets

Declaration
public Task<PaginationResponse<AdaptationSet>> ListAsync(string manifestId, string periodId, params Func<AdaptationsetsApi.ListQueryParams, AdaptationsetsApi.ListQueryParams>[] queryParams)
Parameters
Type Name Description
System.String manifestId

Id of the Manifest (required)

System.String periodId

Id of the Period (required)

System.Func<AdaptationsetsApi.ListQueryParams, AdaptationsetsApi.ListQueryParams>[] queryParams

The query parameters for sorting, filtering and paging options (optional)

Returns
Type Description
System.Threading.Tasks.Task<PaginationResponse<AdaptationSet>>
Back to top Generated by DocFX