Show / Hide Table of Contents

Class OutputsApi

Inheritance
System.Object
OutputsApi
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
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class OutputsApi

Constructors

OutputsApi(IBitmovinApiClientFactory)

Declaration
public OutputsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type Name Description
IBitmovinApiClientFactory apiClientFactory

Properties

AkamaiMsl

Declaration
public AkamaiMslApi AkamaiMsl { get; }
Property Value
Type Description
AkamaiMslApi

AkamaiNetstorage

Declaration
public AkamaiNetstorageApi AkamaiNetstorage { get; }
Property Value
Type Description
AkamaiNetstorageApi

Azure

Declaration
public AzureApi Azure { get; }
Property Value
Type Description
AzureApi

Builder

Fluent builder for creating an instance of OutputsApi

Declaration
public static BitmovinApiBuilder<OutputsApi> Builder { get; }
Property Value
Type Description
BitmovinApiBuilder<OutputsApi>

Cdn

Declaration
public CdnApi Cdn { get; }
Property Value
Type Description
CdnApi

Ftp

Declaration
public FtpApi Ftp { get; }
Property Value
Type Description
FtpApi

Gcs

Declaration
public GcsApi Gcs { get; }
Property Value
Type Description
GcsApi

GcsServiceAccount

Declaration
public GcsServiceAccountApi GcsServiceAccount { get; }
Property Value
Type Description
GcsServiceAccountApi

GenericS3

Declaration
public GenericS3Api GenericS3 { get; }
Property Value
Type Description
GenericS3Api

LiveMediaIngest

Declaration
public LiveMediaIngestApi LiveMediaIngest { get; }
Property Value
Type Description
LiveMediaIngestApi

Local

Declaration
public LocalApi Local { get; }
Property Value
Type Description
LocalApi

S3

Declaration
public S3Api S3 { get; }
Property Value
Type Description
S3Api

S3RoleBased

Declaration
public S3RoleBasedApi S3RoleBased { get; }
Property Value
Type Description
S3RoleBasedApi

Sftp

Declaration
public SftpApi Sftp { get; }
Property Value
Type Description
SftpApi

Type

Declaration
public TypeApi Type { get; }
Property Value
Type Description
TypeApi

Methods

GetAsync(String)

Get Output Details

Declaration
public Task<Output> GetAsync(string outputId)
Parameters
Type Name Description
System.String outputId

Id of the wanted output (required)

Returns
Type Description
System.Threading.Tasks.Task<Output>

ListAsync(Func<OutputsApi.ListQueryParams, OutputsApi.ListQueryParams>[])

List all Outputs

Declaration
public Task<PaginationResponse<Output>> ListAsync(params Func<OutputsApi.ListQueryParams, OutputsApi.ListQueryParams>[] queryParams)
Parameters
Type Name Description
System.Func<OutputsApi.ListQueryParams, OutputsApi.ListQueryParams>[] queryParams

The query parameters for sorting, filtering and paging options (optional)

Returns
Type Description
System.Threading.Tasks.Task<PaginationResponse<Output>>
Back to top Generated by DocFX