Navigation
API > API/Plugins > API/Plugins/RivermaxSync > API/Plugins/RivermaxSync/FMediaOutputSynchronizationPolic-
References
| Module | RivermaxSync |
| Header | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxSync/Source/RivermaxSync/Public/MediaOutputSynchronizationPolicyRivermax.h |
| Include | #include "MediaOutputSynchronizationPolicyRivermax.h" |
| Source | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxSync/Source/RivermaxSync/Private/MediaOutputSynchronizationPolicyRivermax.cpp |
bool PickPtpBaseNodeAndData
(
const FGenericBarrierSynchronizationDelegateData & BarrierSyncData,
const FMediaSyncBarrierData *& OutPtpBaseNodeData,
FString & OutPtpBaseNodeId
) const
Remarks
Deterministically picks a node to base ptp offsets on other nodes from.
Parameters
| Name | Description |
|---|---|
| BarrierSyncData | the barrier data from all the clients. |
| OutPtpBaseNodeData | Will be populated with a pointer to the barrier sync data of the selected ptp base node. |
| OutPtpBaseNodeId | For convenience, this returns the name of the ptp base node. |