ard-modules/ard-modules-zlm/src/main/java/com/ard/zlm/service/IDevicePlayService.java
@@ -1,9 +1,10 @@ package com.ard.zlm.service; import com.ard.qs.api.domain.QsDevice; import com.ard.work.api.domian.ArdChannel; import com.ard.zlm.api.domain.StreamInfo; public interface IDevicePlayService { void play(QsDevice device, Boolean record, ErrorCallback<StreamInfo> callback); void play(ArdChannel channel, Boolean record, ErrorCallback<StreamInfo> callback); }