Is it possible to sync SKEmitterNodes with a Video using AVSynchronizedLayer?

I want to synchronize the movement of a

SKEmitterNode
with a video. So as the video seeks forward, seeks backward or just plays, the SKEmitterNode moves accordingly. I know this can be done easily with
CALayers
, but can it be done with SKEmitterNode(s)?