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.Hls.Media.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)

HLS Media Type

Declaration
public Task<MediaInfoTypeResponse> GetAsync(string manifestId, string mediaId)
Parameters
Type Name Description
System.String manifestId

Id of the hls manifest. (required)

System.String mediaId

Id of the video media. (required)

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