Show / Hide Table of Contents

Class Id3Api

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

Constructors

Id3Api(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of Id3Api

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

FrameId

Declaration
public FrameIdApi FrameId { get; }
Property Value
Type Description
FrameIdApi

PlainText

Declaration
public PlainTextApi PlainText { get; }
Property Value
Type Description
PlainTextApi

Raw

Declaration
public RawApi Raw { get; }
Property Value
Type Description
RawApi

Methods

ListAsync(String, String, Func<Id3Api.ListQueryParams, Id3Api.ListQueryParams>[])

List all ID3 Tags of a Progressive TS muxing

Declaration
public Task<PaginationResponse<Id3Tag>> ListAsync(string encodingId, string muxingId, params Func<Id3Api.ListQueryParams, Id3Api.ListQueryParams>[] queryParams)
Parameters
Type Name Description
System.String encodingId

ID of the Encoding. (required)

System.String muxingId

ID of the Progressive TS muxing (required)

System.Func<Id3Api.ListQueryParams, Id3Api.ListQueryParams>[] queryParams

The query parameters for sorting, filtering and paging options (optional)

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