liusuyi
2026-05-12 9f327c33730ba10cb2d89aff99b727502232e968
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);
}