Enum PositionMode
PositionMode
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum PositionMode
Fields
| Name | Description |
|---|---|
| KEYFRAME | The custom tag will be inserted in the manifest at a certain keyframe id and segment cut. (https://bitmovin.com/encoding-documentation/bitmovin-api/#/reference/encoding/encodings/create-keyframes) |
| SEGMENT | The custom tag will be inserted before the specified segment number. |
| TIME | The custom tag will be inserted before the segment that is closest to that time (in seconds). |