API Scope.ClearOverlays

From Flowcode Help
Revision as of 15:57, 16 January 2014 by JonnyW (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

<sidebar>API Contents</sidebar> Clears existing overlay packets from the stream

Class hierarchy

Scope

ClearOverlays

Parameters

HANDLE StreamH

The stream that is to be read

LONG TimeUS

The -ve time offset to start clearing from, in microseconds

ULONG Duration

The duration of the span to clear


Return value

This call does not return a value


Detailed description

No additional information


Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Scope.ClearOverlays(streamh, timeus, duration)

No additional examples