Class ProgressiveTsApi
Inheritance
System.Object
ProgressiveTsApi
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.ProgressiveTs
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ProgressiveTsApi
Constructors
ProgressiveTsApi(IBitmovinApiClientFactory)
Declaration
public ProgressiveTsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of ProgressiveTsApi
Declaration
public static BitmovinApiBuilder<ProgressiveTsApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<ProgressiveTsApi> |
Customdata
Declaration
public CustomdataApi Customdata { get; }
Property Value
Type | Description |
---|---|
CustomdataApi |
Drm
Declaration
public DrmApi Drm { get; }
Property Value
Type | Description |
---|---|
DrmApi |
Id3
Declaration
public Id3Api Id3 { get; }
Property Value
Type | Description |
---|---|
Id3Api |
Information
Declaration
public InformationApi Information { get; }
Property Value
Type | Description |
---|---|
InformationApi |
Methods
CreateAsync(String, ProgressiveTsMuxing)
Add Progressive TS muxing
Declaration
public Task<ProgressiveTsMuxing> CreateAsync(string encodingId, ProgressiveTsMuxing progressiveTsMuxing)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | ID of the encoding. (required) |
ProgressiveTsMuxing | progressiveTsMuxing | The Progressive TS muxing to be created |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ProgressiveTsMuxing> |
DeleteAsync(String, String)
Delete Progressive TS 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 Progressive TS muxing (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<BitmovinResponse> |
GetAsync(String, String)
Progressive TS muxing details
Declaration
public Task<ProgressiveTsMuxing> GetAsync(string encodingId, string muxingId)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | ID of the Encoding. (required) |
System.String | muxingId | ID of the Progressive TS muxing (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ProgressiveTsMuxing> |
ListAsync(String, Func<ProgressiveTsApi.ListQueryParams, ProgressiveTsApi.ListQueryParams>[])
List Progressive TS muxings
Declaration
public Task<PaginationResponse<ProgressiveTsMuxing>> ListAsync(string encodingId, params Func<ProgressiveTsApi.ListQueryParams, ProgressiveTsApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | ID of the Encoding. (required) |
System.Func<ProgressiveTsApi.ListQueryParams, ProgressiveTsApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<ProgressiveTsMuxing>> |