Class MarkingTimeframeInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.MarkingTimeframeInput
-
public class MarkingTimeframeInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description MarkingTimeframeInput()
-
Method Summary
Modifier and Type Method Description MarkingTimeframeInputend(PercentScalar v)The end of the `Marking` area in percentage of total video length.MarkingTimeframeInputstart(PercentScalar v)The start of the `Marking` area in percentage of total video length.
-
-
-
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.
-
-