Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Rundown
References
| |
|
| Module |
AvalancheMedia |
| Header |
/Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundownPage.h |
| Include |
#include "Rundown/AvaRundownPage.h" |
Syntax
enum EAvaRundownPageStatus
{
Unknown = 0,
Offline,
Missing,
NeedsSync,
Syncing,
Available,
Loading,
Loaded,
Playing,
Previewing,
Error,
}
Values
| Name |
Description |
| Unknown |
Invalid page status. |
| Offline |
Output is offline. |
| Missing |
When the page is not available, i.e. the asset is not present in the local content. |
| NeedsSync |
Out of date |
| Syncing |
Asset is being downloaded. |
| Available |
When the page is present in local content, but not loaded. |
| Loading |
Load/Start has been requested. |
| Loaded |
Page is loaded in memory and ready to play. |
| Playing |
Page is currently playing in an output channel. |
| Previewing |
Page is currently playing as local preview. |
| Error |
Something bad happened. |