Show / Hide Table of Contents

Class CustomdataApi

Inheritance
System.Object
CustomdataApi
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.Configurations.Audio.Ac3.Customdata
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class CustomdataApi

Constructors

CustomdataApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of CustomdataApi

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

Methods

GetAsync(String)

AC3 Codec Configuration Custom Data. Deprecation notice: use Dolby Digital instead. For more information check out our tutorial here: https://bitmovin.com/docs/encoding/tutorials/how-to-create-dolby-digital-plus-encodings

Declaration
public Task<CustomData> GetAsync(string configurationId)
Parameters
Type Name Description
System.String configurationId

Id of the codec configuration (required)

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