Show / Hide Table of Contents

Class ManifestsApi

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

Constructors

ManifestsApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of ManifestsApi

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

Dash

Declaration
public DashApi Dash { get; }
Property Value
Type Description
DashApi

Hls

Declaration
public HlsApi Hls { get; }
Property Value
Type Description
HlsApi

Smooth

Declaration
public SmoothApi Smooth { get; }
Property Value
Type Description
SmoothApi

Type

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

Methods

ListAsync(Func<ManifestsApi.ListQueryParams, ManifestsApi.ListQueryParams>[])

List all Manifests

Declaration
public Task<PaginationResponse<Manifest>> ListAsync(params Func<ManifestsApi.ListQueryParams, ManifestsApi.ListQueryParams>[] queryParams)
Parameters
Type Name Description
System.Func<ManifestsApi.ListQueryParams, ManifestsApi.ListQueryParams>[] queryParams

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

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