package com.tridium.videoDriver.mobile; import javax.baja.security.BUsernameAndPassword; public interface IMobileConnectionParams { String getBase64StreamUrl(); BUsernameAndPassword getConnectionCredentials(); BMobileDecoderType getDecoderType(); }