Class InputsApi
Inheritance
System.Object
InputsApi
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.Inputs
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class InputsApi
Constructors
InputsApi(IBitmovinApiClientFactory)
Declaration
public InputsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of InputsApi
Declaration
public static BitmovinApiBuilder<InputsApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<InputsApi> |
Methods
ListAsync(String, String)
Stream Input Analysis Details
Declaration
public Task<PaginationResponse<EncodingStreamInput>> ListAsync(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<PaginationResponse<EncodingStreamInput>> |