AudioPlayModePreset

AudioPlayModePreset enum

Constants which define how a sound is played.

enum class AudioPlayModePreset

Values

NameValueDescription
Mixed-1
Auto0Play automatically.
OnClick1Play only when the icon is clicked on.
AllSlides2Play on all slides. Please use IAudioFrame::set_PlayAcrossSlides() method instead.
InClickSequence3Play automatically with a click.

See Also