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