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