Class InputApi
Inheritance
System.Object
InputApi
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.Encodings.Streams.Input
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class InputApi
Constructors
InputApi(IBitmovinApiClientFactory)
Declaration
public InputApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of InputApi
Declaration
public static BitmovinApiBuilder<InputApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<InputApi> |
Methods
GetAsync(String, String)
Stream Input Details
Declaration
public Task<EncodingStreamInputDetails> GetAsync(string encodingId, string streamId)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.String | streamId | Id of the stream. (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<EncodingStreamInputDetails> |