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.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)
Get adaptation set type
Declaration
public Task<AdaptationSetTypeResponse> GetAsync(string manifestId, string periodId, string adaptationsetId)
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) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<AdaptationSetTypeResponse> |