Class Fmp4Api
Inheritance
System.Object
Fmp4Api
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.Fmp4
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class Fmp4Api
Constructors
Fmp4Api(IBitmovinApiClientFactory)
Declaration
public Fmp4Api(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of Fmp4Api
Declaration
public static BitmovinApiBuilder<Fmp4Api> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<Fmp4Api> |
Contentprotection
Declaration
public ContentprotectionApi Contentprotection { get; }
Property Value
Type | Description |
---|---|
ContentprotectionApi |
Drm
Declaration
public DrmApi Drm { get; }
Property Value
Type | Description |
---|---|
DrmApi |
Methods
CreateAsync(String, String, String, DashFmp4Representation)
Add fMP4 Representation
Declaration
public Task<DashFmp4Representation> CreateAsync(string manifestId, string periodId, string adaptationsetId, DashFmp4Representation dashFmp4Representation)
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) |
DashFmp4Representation | dashFmp4Representation | The fMP4 representation to be added to the adaptation set |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DashFmp4Representation> |
DeleteAsync(String, String, String, String)
Delete fMP4 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 fMP4 representation to be deleted (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<BitmovinResponse> |
GetAsync(String, String, String, String)
fMP4 Representation Details
Declaration
public Task<DashFmp4Representation> 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<DashFmp4Representation> |
ListAsync(String, String, String, Func<Fmp4Api.ListQueryParams, Fmp4Api.ListQueryParams>[])
List all fMP4 Representations
Declaration
public Task<PaginationResponse<DashFmp4Representation>> ListAsync(string manifestId, string periodId, string adaptationsetId, params Func<Fmp4Api.ListQueryParams, Fmp4Api.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<Fmp4Api.ListQueryParams, Fmp4Api.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<DashFmp4Representation>> |