import "zapIStreamSyncer.idl";
Public Member Functions | |
| void | reset () |
| Release any buffered frames. | |
| boolean | peekFrame () |
| Immediately emit the current frame (or grab the first frame from the input) without removing it from the internal buffer. | |
Public Attributes | |
| attribute unsigned long long | currentTimestamp |
| Current synchronization time, as given by the most recent clock frame or peekFrame() call. | |
|
|
Immediately emit the current frame (or grab the first frame from the input) without removing it from the internal buffer. Set current time to the frame's timestamp and return true if successful. |
|
|
Release any buffered frames. Reset current time to 2^64-1. |
|
|
Current synchronization time, as given by the most recent clock frame or peekFrame() call. Can also be manually set. |
1.4.4