package com.genersoft.iot.vmp.vmanager.gb28181.play.bean; /** * @author lin */ public interface AudioBroadcastEvent { void call(String msg); }