Show / Hide Table of Contents

Class DefaultApi

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

Constructors

DefaultApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of DefaultApi

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

Methods

CreateAsync(SmoothManifestDefault)

Create Smooth Streaming Manifest Default

Declaration
public Task<SmoothManifestDefault> CreateAsync(SmoothManifestDefault smoothManifestDefault)
Parameters
Type Name Description
SmoothManifestDefault smoothManifestDefault

The Smooth Streaming Default Manifest to be created

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