Enum SmpteTimecodeFlavor
SmpteTimecodeFlavor
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum SmpteTimecodeFlavor
Fields
Name | Description |
---|---|
AUTO | Automatically detect the flavor of timecodes depending on the separation character between seconds and frames (":" meaning NON_DROP_FRAME, ";" or "." meaning DROP_FRAME) |
DROP_FRAME | Interpret timecodes as drop-frame (DF) timecodes |
NON_DROP_FRAME | Interpret timecodes as non-drop frame (NDF or wall-clock time) timecodes |