RenditionOperation

RenditionOperation enumeration

The operation to perform when the action is triggered.

Members

Member nameDescription
PLAY_STOPIf no rendition is associated with the annotation, play the specified rendition, associating it with the annotation. If a rendition is already associated with the annotation, it shall be stopped, and the new rendition shall be associated with the annotation.
STOPStop any rendition being played in association with the annotation.
PAUSEPause any rendition being played in association with the annotation.
RESUMEResume any rendition being played in association with the annotation.
PLAY_RESUMEPlay the specified rendition, associating it with the annotation. If a rendition is already associated with the annotation, resume the rendition if it is paused.
UNDEFINEDOperation not defined.

See Also