Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
| Name | EAvaRundownPageStatus |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundownPage.h |
| Include Path | #include "Rundown/AvaRundownPage.h" |
Syntax
enum EAvaRundownPageStatus
{
Unknown = 0,
Offline,
Missing,
NeedsSync,
Syncing,
Available,
Loading,
Loaded,
Playing,
Previewing,
Error,
}
Values
| Name | Remarks |
|---|---|
| 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. |