X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2Fproducer%2Fscene%2Fscene.xsd;h=bd43ff0e1d05dc4f2c54835c5a3d905507a00013;hb=6ee3c95273bceac0ebb9831fd8f9176d614531e6;hp=e4a72209740b6b2a3921e824dc772f201d9132bb;hpb=7518b70d42eaba05471933ae69e130a3e4546a12;p=casparcg diff --git a/core/producer/scene/scene.xsd b/core/producer/scene/scene.xsd index e4a722097..bd43ff0e1 100644 --- a/core/producer/scene/scene.xsd +++ b/core/producer/scene/scene.xsd @@ -1,7 +1,7 @@ - + @@ -224,7 +224,71 @@ - + + + + Tasks are scheduled to happen whenever a certain condition arises. + Use the at attribute to let the condition be that the timeline arrives at a specific frame + or the when attribute to specify a custom bool expression that when becomes true triggers the task. + + + + + + Performs the equivalent of an AMCP CALL on the specified layer. + + + See the producer documentation for the possible arguments. + + Trigger the CALL when the timeline gets to this specific frame. + Trigger the CALL when the specified bool expression becomes true. + The producer on this layer will receive the CALL. + + + + Performs the equivalent of a CG PLAY on the specified layer. + + Trigger the CG PLAY when the timeline gets to this specific frame. + Trigger the CG PLAY when the specified bool expression becomes true. + The CG producer on this layer will receive the CG PLAY. + + + + Performs the equivalent of a CG STOP on the specified layer. + + Trigger the CG STOP when the timeline gets to this specific frame. + Trigger the CG STOP when the specified bool expression becomes true. + The CG producer on this layer will receive the CG STOP. + + + + Performs the equivalent of a CG NEXT on the specified layer. + + Trigger the CG NEXT when the timeline gets to this specific frame. + Trigger the CG NEXT when the specified bool expression becomes true. + The CG producer on this layer will receive the CG NEXT. + + + + Performs the equivalent of a CG INVOKE on the specified layer with the specified label. + + Trigger the CG INVOKE when the timeline gets to this specific frame. + Trigger the CG INVOKE when the specified bool expression becomes true. + The CG producer on this layer will receive the CG INVOKE. + The label that will be invoked. + + + + Makes the scene go to a specific start mark given a specific condition becoming true. + + Go to the start mark when the specified bool expression becomes true. + The label of the start mark that the scene should go to. + + + + + + @@ -270,7 +334,7 @@ - + @@ -279,6 +343,8 @@ + + @@ -349,6 +415,8 @@ + +