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.Outputs.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)
Get Output Type
Declaration
public Task<OutputTypeResponse> GetAsync(string outputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputId | Id of the wanted output (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<OutputTypeResponse> |