liusuyi
2026-06-02 f652169cc5d6501511eece5df57b7b396fd7a7ab
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.zlm.domain.StreamChannel;
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);
}