Enum RenditionOperation

RenditionOperation enumeration

The operation to perform when the action is triggered.

public enum RenditionOperation

Values

NameValueDescription
PlayStop0If 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.
Stop1Stop any rendition being played in association with the annotation.
Pause2Pause any rendition being played in association with the annotation.
Resume3Resume any rendition being played in association with the annotation.
PlayResume4Play the specified rendition, associating it with the annotation. If a rendition is already associated with the annotation, resume the rendition if it is paused.
Undefined-1Operation not defined.

See Also