Class CustomTag
CustomTag
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.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> |