Uses of Class
ch.brix.gql.client.frontify.input_objects.MarkingTimeframeInput
-
Packages that use MarkingTimeframeInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of MarkingTimeframeInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return MarkingTimeframeInput Modifier and Type Method Description MarkingTimeframeInputMarkingTimeframeInput. end(PercentScalar v)The end of the `Marking` area in percentage of total video length.MarkingTimeframeInputMarkingTimeframeInput. start(PercentScalar v)The start of the `Marking` area in percentage of total video length.Methods in ch.brix.gql.client.frontify.input_objects with parameters of type MarkingTimeframeInput Modifier and Type Method Description MarkingInputMarkingInput. timeframe(MarkingTimeframeInput v)The timeframe of the `Marking` area in percentage of total video length.
-