Navigation
API > API/Plugins > API/Plugins/RivermaxSync
Inheritance Hierarchy
- FStageDataBaseMessage
- FStageProviderMessage
- FStageProviderEventMessage
- FRivermaxClusterPtpUnsyncEvent
References
| Module | RivermaxSync |
| Header | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxSync/Source/RivermaxSync/Public/MediaOutputSynchronizationPolicyRivermax.h |
| Include | #include "MediaOutputSynchronizationPolicyRivermax.h" |
Syntax
USTRUCT ()
struct FRivermaxClusterPtpUnsyncEvent : public FStageProviderEventMessage
Remarks
Stage Monitor event to report nodes that are out of PTP sync with respect to a given PTP base node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FString, int64 > | NodePtpFrameDeltas | Nodes with PTP video frame mismatches compared to the ptp base node id. | |
| FString | PtpBaseNodeId | Id of the base node the PTP delta video frames are compared with |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRivermaxClusterPtpUnsyncEvent
(
const TMap< FString, int64 >& InNodePtpFrameDeltas, |