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()
Assembly: Bitmovin.Api.Sdk.dll
Constructors
Declaration
public InputsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Properties
AkamaiNetstorage
Declaration
public AkamaiNetstorageApi AkamaiNetstorage { get; }
Property Value
Declaration
public AsperaApi Aspera { get; }
Property Value
Declaration
public AzureApi Azure { get; }
Property Value
Fluent builder for creating an instance of InputsApi
Declaration
public static BitmovinApiBuilder<InputsApi> Builder { get; }
Property Value
Declaration
public FtpApi Ftp { get; }
Property Value
Declaration
public GcsApi Gcs { get; }
Property Value
Declaration
public GcsServiceAccountApi GcsServiceAccount { get; }
Property Value
Declaration
public GenericS3Api GenericS3 { get; }
Property Value
Declaration
public HttpApi Http { get; }
Property Value
Declaration
public HttpsApi Https { get; }
Property Value
Declaration
public LocalApi Local { get; }
Property Value
Declaration
public RedundantRtmpApi RedundantRtmp { get; }
Property Value
Declaration
public RtmpApi Rtmp { get; }
Property Value
Declaration
Property Value
Declaration
public S3RoleBasedApi S3RoleBased { get; }
Property Value
Declaration
public SftpApi Sftp { get; }
Property Value
Declaration
public SrtApi Srt { get; }
Property Value
Declaration
public TcpApi Tcp { get; }
Property Value
Declaration
public TypeApi Type { get; }
Property Value
Declaration
public UdpApi Udp { get; }
Property Value
Declaration
public UdpMulticastApi UdpMulticast { get; }
Property Value
Declaration
public ZixiApi Zixi { get; }
Property Value
Methods
Declaration
public Task<Input> GetAsync(string inputId)
Parameters
Type |
Name |
Description |
System.String |
inputId |
Id of the Input (required)
|
Returns
Type |
Description |
System.Threading.Tasks.Task<Input> |
|
Declaration
public Task<PaginationResponse<Input>> ListAsync(params Func<InputsApi.ListQueryParams, InputsApi.ListQueryParams>[] queryParams)
Parameters
Returns