Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Rundown
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include | #include "Rundown/AvaRundown.h" |
Syntax
struct FAvaRundownPageListPlaybackContext
Remarks
Carries the context for the playback of a page list. In particular, what is the current play head to be able to move to the next page in the page list. Note: a "rundown" has many page lists and each page lists has 2 play type (preview or program), therefore, we have many instances of this page list context for each page lists and play type within a "rundown" object.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | PlayHeadPageId | Keeps track of the page id the play head is on, i.e. this is the last played page. |