Class UdpApi
Inheritance
System.Object
UdpApi
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.Inputs.Udp
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class UdpApi
Constructors
UdpApi(IBitmovinApiClientFactory)
Declaration
public UdpApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of UdpApi
Declaration
public static BitmovinApiBuilder<UdpApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<UdpApi> |
Methods
GetAsync(String)
UDP Input Details
Declaration
public Task<UdpInput> GetAsync(string inputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | inputId | Id of the input (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<UdpInput> |
ListAsync(Func<UdpApi.ListQueryParams, UdpApi.ListQueryParams>[])
List UDP inputs
Declaration
public Task<PaginationResponse<UdpInput>> ListAsync(params Func<UdpApi.ListQueryParams, UdpApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.Func<UdpApi.ListQueryParams, UdpApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<UdpInput>> |