package com.tridium.videoDriver.videoStream; public interface IVideoPlayback { void changePlayback(BPlaybackParams bPlaybackParams); }