Show / Hide Table of Contents

Class Cea608Api

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

Constructors

Cea608Api(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of Cea608Api

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

Methods

CreateAsync(String, Cea608CaptionInputStream)

Add CEA 608 Input Stream

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

Id of the encoding. (required)

Cea608CaptionInputStream cea608CaptionInputStream

The CEA 608 Input Stream to be created

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

DeleteAsync(String, String)

Delete CEA 608 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 608 input stream. (required)

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

GetAsync(String, String)

CEA 608 Input Stream Details

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

Id of the encoding. (required)

System.String inputStreamId

Id of the CEA 608 input stream. (required)

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

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

List CEA 608 Input Streams

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

Id of the encoding. (required)

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

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

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