Jump to content

API DataRecorder.AddSyncPackets: Difference between revisions

From Flowcode Help
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;" align="center"" to "width="10%" align="center" class="mtx-class-macrohead""
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead""
 
Line 2: Line 2:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''AddSyncPackets'''
| width="90%" class="mtx-class-macrohead" | '''AddSyncPackets'''
|-
|-
| colspan="2" | Adds overlay packets to the stream by decoding the stream contents with a variable period rate 
| colspan="2" | Adds overlay packets to the stream by decoding the stream contents with a variable period rate 

Latest revision as of 14:11, 13 July 2026

AddSyncPackets
Adds overlay packets to the stream by decoding the stream contents with a variable period rate 
- HANDLE StreamH
The stream that is to be read 
- LONG TimeUS
The -ve time offset to start the calculation from, in microseconds 
- ULONG Duration
The duration of the overlay packet 
- HANDLE ClockH
The stream to use for clock synchronization 
- ULONG SearchFlags
A combination of flags to decide how to decode the ClockH 
- ULONG Mask
A mask of any bits to include in a decoded packets format value 
- BYTE BitStep
The number of bits per-packet 
- ULONG PacketFlags
A set of flags to help decode the stream 
- ULONG ZoomFilter
The zoom mask to show the packet on 
- NONE Return


Detailed description

Examples