Class: Syncer

Syncer()

Syncer class, which is used to group synchronized frames into coherent frame-sets.

Constructor

new Syncer()

Source:

Methods

destroy()

Release resources associated with the object
Source:

pollForFrames() → {Array.<Frame>|undefined}

Check if a coherent set of frames is available, if yes return them
Source:
Returns:
an array of frames if available and undefined if not.
Type
Array.<Frame> | undefined