Show / Hide Table of Contents

Class Cea708Api

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

Constructors

Cea708Api(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of Cea708Api

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

Methods

CreateAsync(String, Cea708CaptionInputStream)

Add CEA 708 Input Stream

Declaration
public Task<Cea708CaptionInputStream> CreateAsync(string encodingId, Cea708CaptionInputStream cea708CaptionInputStream)
Parameters
Type Name Description
System.String encodingId

Id of the encoding. (required)

Cea708CaptionInputStream cea708CaptionInputStream

The CEA 708 Input Stream to be created

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

DeleteAsync(String, String)

Delete CEA 708 Input Stream

Declaration
public Task<BitmovinResponse> DeleteAsync(string encodingId, string inputStreamId)
Parameters
Type Name Description
System.String encodingId

Id of the Encoding (required)

System.String inputStreamId

Id of the CEA 708 input stream. (required)

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

GetAsync(String, String)

CEA 708 Input Stream Details

Declaration
public Task<Cea708CaptionInputStream> GetAsync(string encodingId, string inputStreamId)
Parameters
Type Name Description
System.String encodingId

Id of the encoding. (required)

System.String inputStreamId

Id of the CEA 708 input stream. (required)

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

ListAsync(String, Func<Cea708Api.ListQueryParams, Cea708Api.ListQueryParams>[])

List CEA 708 Input Streams

Declaration
public Task<PaginationResponse<Cea708CaptionInputStream>> ListAsync(string encodingId, params Func<Cea708Api.ListQueryParams, Cea708Api.ListQueryParams>[] queryParams)
Parameters
Type Name Description
System.String encodingId

Id of the encoding. (required)

System.Func<Cea708Api.ListQueryParams, Cea708Api.ListQueryParams>[] queryParams

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

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