Class ChunkedTextApi
Inheritance
System.Object
ChunkedTextApi
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.Muxings.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> |
Customdata
Declaration
public CustomdataApi Customdata { get; }
Property Value
Type | Description |
---|---|
CustomdataApi |
Methods
CreateAsync(String, ChunkedTextMuxing)
Add Chunked Text muxing
Declaration
public Task<ChunkedTextMuxing> CreateAsync(string encodingId, ChunkedTextMuxing chunkedTextMuxing)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
ChunkedTextMuxing | chunkedTextMuxing | The Chunked Text muxing to be created |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ChunkedTextMuxing> |
DeleteAsync(String, String)
Delete Chunked Text muxing
Declaration
public Task<BitmovinResponse> DeleteAsync(string encodingId, string muxingId)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.String | muxingId | Id of the Chunked Text muxing (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<BitmovinResponse> |
GetAsync(String, String)
Chunked Text muxing details
Declaration
public Task<ChunkedTextMuxing> GetAsync(string encodingId, string muxingId)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.String | muxingId | Id of the Chunked Text muxing (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ChunkedTextMuxing> |
ListAsync(String, Func<ChunkedTextApi.ListQueryParams, ChunkedTextApi.ListQueryParams>[])
List Chunked Text muxings
Declaration
public Task<PaginationResponse<ChunkedTextMuxing>> ListAsync(string encodingId, params Func<ChunkedTextApi.ListQueryParams, ChunkedTextApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (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<ChunkedTextMuxing>> |