Show / Hide Table of Contents

Class TypeApi

Inheritance
System.Object
TypeApi
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.Representations.Type
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class TypeApi

Constructors

TypeApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of TypeApi

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

Methods

GetAsync(String, String, String, String, Func<TypeApi.GetQueryParams, TypeApi.GetQueryParams>[])

Get DASH representation type

Declaration
public Task<DashRepresentationTypeResponse> GetAsync(string manifestId, string periodId, string adaptationsetId, string representationId, params Func<TypeApi.GetQueryParams, TypeApi.GetQueryParams>[] queryParams)
Parameters
Type Name Description
System.String manifestId

Id of the manifest (required)

System.String periodId

Id of the period (required)

System.String adaptationsetId

Id of the adaptation set (required)

System.String representationId

Id of the representation (required)

System.Func<TypeApi.GetQueryParams, TypeApi.GetQueryParams>[] queryParams

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

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