Show / Hide Table of Contents

Class CustomTag

CustomTag

Inheritance
System.Object
BitmovinResponse
BitmovinResource
CustomTag
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 CustomTag : BitmovinResource

Properties

Data

The data to be contained in the custom tag. (required)

Declaration
public string Data { get; set; }
Property Value
Type Description
System.String

KeyframeId

Id of keyframe where the custom tag should be inserted. Required, when KEYFRAME is selected as position mode.

Declaration
public string KeyframeId { get; set; }
Property Value
Type Description
System.String

PositionMode

The positioning mode that should be used when inserting the placement opportunity (required)

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

Segment

The custom tag will be inserted before the specified segment. Required, when SEGMENT is selected as position mode.

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

Time

Time in seconds where the custom tag should be inserted. Required, when TIME is selected as position mode.

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