API DataRecorder.AddPacket

From Flowcode Help
Jump to navigationJump to search
Fc9-comp-macro.png AddPacket
Adds an overlay packet to the stream at a given offset from the current time 
Fc9-h32-icon.png - HANDLE StreamH
The stream that is to be read 
Fc9-s32-icon.png - LONG TimeUS
The -ve time offset to start the calculation from, in microseconds 
Fc9-u32-icon.png - ULONG Duration
The duration of the overlay packet 
Fc9-string-icon.png - STRING Label
The label to display on the packet 
Fc9-u32-icon.png - ULONG ZoomFilter
The zoom mask to show the packet on 
Fc9-void-icon.png - NONE Return


Detailed description

Examples