ard-modules/ard-modules-zlm/src/main/java/com/ard/zlm/service/ISourcePlayService.java
@@ -1,6 +1,7 @@ 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; /** @@ -8,5 +9,5 @@ */ public interface ISourcePlayService { void play(QsDevice device, Boolean record, ErrorCallback<StreamInfo> callback); void play(ArdChannel channel, Boolean record, ErrorCallback<StreamInfo> callback); }