Class ChunkedTextApi
Inheritance
Inherited Members
Namespace: Bitmovin.Api.Sdk.Encoding.Manifests.Dash.Periods.Adaptationsets.Representations.ChunkedText
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ChunkedTextApi
Constructors
ChunkedTextApi(IBitmovinApiClientFactory)
Declaration
public ChunkedTextApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of ChunkedTextApi
Declaration
public static BitmovinApiBuilder<ChunkedTextApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<ChunkedTextApi> |
Methods
CreateAsync(String, String, String, DashChunkedTextRepresentation)
Add Chunked Text Representation
Declaration
public Task<DashChunkedTextRepresentation> CreateAsync(string manifestId, string periodId, string adaptationsetId, DashChunkedTextRepresentation dashChunkedTextRepresentation)
Parameters
Type | Name | Description |
---|---|---|
System.String | manifestId | Id of the manifest (required) |
System.String | periodId | Id of the period (required) |
System.String | adaptationsetId | Id of the adaptation set (required) |
DashChunkedTextRepresentation | dashChunkedTextRepresentation | The Chunked Text Representation to be added to the adaptation set |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DashChunkedTextRepresentation> |
DeleteAsync(String, String, String, String)
Delete Chunked Text Representation
Declaration
public Task<BitmovinResponse> DeleteAsync(string manifestId, string periodId, string adaptationsetId, string representationId)
Parameters
Type | Name | Description |
---|---|---|
System.String | manifestId | Id of the manifest (required) |
System.String | periodId | Id of the period (required) |
System.String | adaptationsetId | Id of the adaptation set (required) |
System.String | representationId | Id of the Chunked Text Representation to be deleted (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<BitmovinResponse> |
GetAsync(String, String, String, String)
Chunked Text Representation Details
Declaration
public Task<DashChunkedTextRepresentation> GetAsync(string manifestId, string periodId, string adaptationsetId, string representationId)
Parameters
Type | Name | Description |
---|---|---|
System.String | manifestId | Id of the manifest (required) |
System.String | periodId | Id of the period (required) |
System.String | adaptationsetId | Id of the adaptation set (required) |
System.String | representationId | Id of the representation (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DashChunkedTextRepresentation> |
ListAsync(String, String, String, Func<ChunkedTextApi.ListQueryParams, ChunkedTextApi.ListQueryParams>[])
List all Chunked Text Representations
Declaration
public Task<PaginationResponse<DashChunkedTextRepresentation>> ListAsync(string manifestId, string periodId, string adaptationsetId, params Func<ChunkedTextApi.ListQueryParams, ChunkedTextApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.String | manifestId | Id of the manifest (required) |
System.String | periodId | Id of the period (required) |
System.String | adaptationsetId | Id of the adaptation set (required) |
System.Func<ChunkedTextApi.ListQueryParams, ChunkedTextApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<DashChunkedTextRepresentation>> |