Show / Hide Table of Contents

Class InformationApi

Inheritance
System.Object
InformationApi
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.Mp4.Information
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class InformationApi

Constructors

InformationApi(IBitmovinApiClientFactory)

Declaration
public InformationApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type Name Description
IBitmovinApiClientFactory apiClientFactory

Properties

Builder

Fluent builder for creating an instance of InformationApi

Declaration
public static BitmovinApiBuilder<InformationApi> Builder { get; }
Property Value
Type Description
BitmovinApiBuilder<InformationApi>

Methods

GetAsync(String, String)

MP4 muxing Information

Declaration
public Task<Mp4MuxingInformation> GetAsync(string encodingId, string muxingId)
Parameters
Type Name Description
System.String encodingId

ID of the Encoding. (required)

System.String muxingId

ID of the MP4 muxing (required)

Returns
Type Description
System.Threading.Tasks.Task<Mp4MuxingInformation>
Back to top Generated by DocFX