Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/AvaMediaDefines.h |
| Include | #include "AvaMediaDefines.h" |
Syntax
enum EAvaPlayableTransitionEventFlags
{
None = 0,
Starting = 1 << 0,
StopPlayable = 1 << 1,
MarkPlayableDiscard = 1 << 2,
Finished = 1 << 3,
}
Values
| Name | Description |
|---|---|
| None | |
| Starting | The transition is starting. |
| StopPlayable | The playable needs to be stopped. |
| MarkPlayableDiscard | The playable needs to be discarded at the end of the transition. |
| Finished | The transition is finished and can be cleaned up. |