public interface GPITrigger extends Event
Specifies a trigger action that should be taken when the GPI trigger is reached.
A GPI trigger is a one way communication protocol in which the controller tells or "triggers" a video mixer or title generator to perform a previously programmed function such as a transition, effect, or title.
| Modifier and Type | Method and Description |
|---|---|
GPITrigger |
clone()
Create a cloned copy of this GPI trigger.
|
boolean |
getActiveState()
Returns the active state of this GPI trigger, which is
true if the event
is "on". |
void |
setActiveState(boolean activeState)
Set to
true to turn the trigger "on" or
false to turn the trigger off. |
getEventComment, getEventPosition, setEventComment, setEventPositiongenerateSequence, segmentOffsetToTC, segmentTCToOffsetappendComponentAttribute, appendComponentAttribute, appendComponentKLVData, appendComponentUserComment, appendComponentUserComment, clearComponentAttributes, clearComponentKLVData, clearComponentUserComments, countComponentAttributes, countComponentKLVData, countComponentUserComments, getComponentAttributes, getComponentDataDefinition, getComponentKLVData, getComponentLength, getComponentUserComments, getLengthPresent, removeComponentAttribute, removeComponentKLVData, removeComponentUserComment, setComponentDataDefinition, setComponentLength, setLengthPresentaddApplicationPlugin, clearApplicationPlugins, containsApplicationPlugin, containsApplicationPlugin, countApplicationPlugins, deepEquals, disableGenerationTracking, enableGenerationTracking, equals, getApplicationPlugins, getGeneration, getLinkedGenerationID, getObjectClass, isGenerationTracked, removeApplicationPlugin, removeApplicationPlugin, setLinkedGenerationID, setObjectClass, toStringgetPersistentID, setPersistentIndex@Bool boolean getActiveState()
Returns the active state of this GPI trigger, which is true if the event
is "on".
void setActiveState(@Bool boolean activeState)
Set to true to turn the trigger "on" or
false to turn the trigger off.
activeState - Active state to set for the trigger.GPITrigger clone()
Create a cloned copy of this GPI trigger.
clone in interface Componentclone in interface Eventclone in interface InterchangeObjectclone in interface MediaEntityclone in interface Segment(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.