Show / Hide Table of Contents

Class StopApi

Inheritance
System.Object
StopApi
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.Encodings.Live.InsertableContent.Stop
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class StopApi

Constructors

StopApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of StopApi

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

Methods

CreateAsync(String)

Stops currently running Inserted Content

Declaration
public Task CreateAsync(string encodingId)
Parameters
Type Name Description
System.String encodingId

Id of the encoding. (required)

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