package com.ard.zlm.service; import com.ard.qs.api.domain.QsDevice; import com.ard.zlm.api.domain.StreamInfo; /** * 资源能力接入-实时录像 */ public interface ISourcePlayService { void play(QsDevice device, Boolean record, ErrorCallback callback); }