package com.ard.zlm.service; import com.ard.qs.api.domain.QsDevice; import com.ard.zlm.api.domain.StreamInfo; public interface IDevicePlayService { void play(QsDevice device, Boolean record, ErrorCallback callback); }