package com.tridium.ndedicatedMicros; public interface IDedicatedVideoServer { int getHiFrameRate(); int getLoFrameRate(); int getMedFrameRate(); }