AudioPlayModePreset
AudioPlayModePreset enum
Constants which define how a sound is played.
enum class AudioPlayModePreset
Values
| Name | Value | Description |
|---|---|---|
| Mixed | -1 | |
| Auto | 0 | Play automatically. |
| OnClick | 1 | Play only when the icon is clicked on. |
| AllSlides | 2 | Play on all slides. Please use IAudioFrame::set_PlayAcrossSlides() method instead. |
| InClickSequence | 3 | Play automatically with a click. |
See Also
- Namespace Aspose::Slides
- Library Aspose.Slides