Class Mp4Api
Inheritance
System.Object
    Mp4Api
  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.Smooth.Representations.Mp4
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class Mp4ApiConstructors
Mp4Api(IBitmovinApiClientFactory)
Declaration
public Mp4Api(IBitmovinApiClientFactory apiClientFactory)Parameters
| Type | Name | Description | 
|---|---|---|
| IBitmovinApiClientFactory | apiClientFactory | 
Properties
Builder
Fluent builder for creating an instance of Mp4Api
Declaration
public static BitmovinApiBuilder<Mp4Api> Builder { get; }Property Value
| Type | Description | 
|---|---|
| BitmovinApiBuilder<Mp4Api> | 
Methods
CreateAsync(String, SmoothStreamingRepresentation)
Add MP4 Representation to Smooth Streaming Manifest
Declaration
public Task<SmoothStreamingRepresentation> CreateAsync(string manifestId, SmoothStreamingRepresentation smoothStreamingRepresentation)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | manifestId | Id of the Smooth Streaming manifest. (required) | 
| SmoothStreamingRepresentation | smoothStreamingRepresentation | The MP4 Representation to be added | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<SmoothStreamingRepresentation> | 
DeleteAsync(String, String)
Delete Smooth Streaming MP4 Representation
Declaration
public Task<BitmovinResponse> DeleteAsync(string manifestId, string representationId)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | manifestId | Id of the Smooth Streaming manifest. (required) | 
| System.String | representationId | Id of the MP4 representation. (required) | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<BitmovinResponse> | 
GetAsync(String, String)
Smooth Streaming MP4 Representation Details
Declaration
public Task<SmoothStreamingRepresentation> GetAsync(string manifestId, string representationId)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | manifestId | Id of the Smooth Streaming manifest. (required) | 
| System.String | representationId | Id of the MP4 representation. (required) | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<SmoothStreamingRepresentation> | 
ListAsync(String, Func<Mp4Api.ListQueryParams, Mp4Api.ListQueryParams>[])
List MP4 Representation
Declaration
public Task<PaginationResponse<SmoothStreamingRepresentation>> ListAsync(string manifestId, params Func<Mp4Api.ListQueryParams, Mp4Api.ListQueryParams>[] queryParams)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | manifestId | Id of the Smooth Streaming manifest. (required) | 
| System.Func<Mp4Api.ListQueryParams, Mp4Api.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<PaginationResponse<SmoothStreamingRepresentation>> |