Class DownloadApi
Inheritance
System.Object
DownloadApi
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.Player.CustomBuilds.Web.Download
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class DownloadApi
Constructors
DownloadApi(IBitmovinApiClientFactory)
Declaration
public DownloadApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of DownloadApi
Declaration
public static BitmovinApiBuilder<DownloadApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<DownloadApi> |
Methods
GetAsync(String)
Custom Web Player Build Download Link
Declaration
public Task<CustomPlayerBuildDownload> GetAsync(string customBuildId)
Parameters
Type | Name | Description |
---|---|---|
System.String | customBuildId | Id of the custom player build (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<CustomPlayerBuildDownload> |