Class RepresentationsApi
Inheritance
System.Object
RepresentationsApi
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.Manifests.Dash.Periods.Adaptationsets.Representations
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class RepresentationsApi
Constructors
RepresentationsApi(IBitmovinApiClientFactory)
Declaration
public RepresentationsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of RepresentationsApi
Declaration
public static BitmovinApiBuilder<RepresentationsApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<RepresentationsApi> |
ChunkedText
Declaration
public ChunkedTextApi ChunkedText { get; }
Property Value
Type | Description |
---|---|
ChunkedTextApi |
Cmaf
Declaration
public CmafApi Cmaf { get; }
Property Value
Type | Description |
---|---|
CmafApi |
Fmp4
Declaration
public Fmp4Api Fmp4 { get; }
Property Value
Type | Description |
---|---|
Fmp4Api |
Imsc
Declaration
public ImscApi Imsc { get; }
Property Value
Type | Description |
---|---|
ImscApi |
Mp4
Declaration
public Mp4Api Mp4 { get; }
Property Value
Type | Description |
---|---|
Mp4Api |
ProgressiveWebm
Declaration
public ProgressiveWebmApi ProgressiveWebm { get; }
Property Value
Type | Description |
---|---|
ProgressiveWebmApi |
Sprite
Declaration
public SpriteApi Sprite { get; }
Property Value
Type | Description |
---|---|
SpriteApi |
Type
Declaration
public TypeApi Type { get; }
Property Value
Type | Description |
---|---|
TypeApi |
Vtt
Declaration
public VttApi Vtt { get; }
Property Value
Type | Description |
---|---|
VttApi |
Webm
Declaration
public WebmApi Webm { get; }
Property Value
Type | Description |
---|---|
WebmApi |
Methods
ListAsync(String, String, String, Func<RepresentationsApi.ListQueryParams, RepresentationsApi.ListQueryParams>[])
List all DASH Representations
Declaration
public Task<PaginationResponse<DashRepresentation>> ListAsync(string manifestId, string periodId, string adaptationsetId, params Func<RepresentationsApi.ListQueryParams, RepresentationsApi.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<RepresentationsApi.ListQueryParams, RepresentationsApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<DashRepresentation>> |