Class MarkingTimeframeInput


  • public class MarkingTimeframeInput
    extends ch.brix.gql.client.InputObject
    • Constructor Detail

      • MarkingTimeframeInput

        public MarkingTimeframeInput()
    • Method Detail

      • start

        public MarkingTimeframeInput start​(PercentScalar v)
        The start of the `Marking` area in percentage of total video length. Defaults to video start (0) when the timeframe input property is set.
      • end

        public MarkingTimeframeInput end​(PercentScalar v)
        The end of the `Marking` area in percentage of total video length. Defaults to video end (1) when the timeframe input property is set.