namespace RenderHeads.Media.AVProVideo { public interface IMediaPlayer { void Update(); void Render(); } }