Show / Hide Table of Contents

Class Id3Tag

Id3Tag

Inheritance
System.Object
BitmovinResponse
BitmovinResource
Id3Tag
FrameIdId3Tag
PlaintextId3Tag
RawId3Tag
Inherited Members
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
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.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class Id3Tag : BitmovinResource

Properties

Frame

Frame number at which the Tag should be inserted

Declaration
public long? Frame { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

PositionMode

PositionMode

Declaration
public Id3TagPositionMode? PositionMode { get; set; }
Property Value
Type Description
System.Nullable<Id3TagPositionMode>

Time

Time in seconds where the Tag should be inserted

Declaration
public double? Time { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Back to top Generated by DocFX