CADisplayLink animation in AVSynchronizedLayer

I am trying to synchronize animated layers with a video using AVSynchronizedLayer. This is easy enough when the layers are animated using CAAnimation. However, my question is, can this be done if the layers animation is done using CADisplayLink instead of CAAnimation?