Class On_MarkingTimeframe
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_MarkingTimeframe
-
public class On_MarkingTimeframe extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_MarkingTimeframe()
-
Method Summary
Modifier and Type Method Description On_MarkingTimeframeend()The end of the `Marking` area in percentage of total video length.On_MarkingTimeframestart()The start of the `Marking` area in percentage of total video length.
-
-
-
Method Detail
-
start
public On_MarkingTimeframe start()
The start of the `Marking` area in percentage of total video length.
-
end
public On_MarkingTimeframe end()
The end of the `Marking` area in percentage of total video length.
-
-