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.Encodings.Muxings.ProgressiveTs.Id3.Raw.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, String, String)

Raw ID3 Tag Custom Data of a Progressive TS muxing

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

ID of the Encoding. (required)

System.String muxingId

ID of the Progressive TS muxing (required)

System.String id3TagId

ID of the RAW ID3 Tag (required)

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