[6.8.0][驾驶位视频流] 添加相关提示

This commit is contained in:
renwj
2024-12-02 11:54:08 +08:00
parent 6d124b557e
commit a006c4f46b
3 changed files with 63 additions and 38 deletions

View File

@@ -21,7 +21,7 @@ interface IDriveSeatVideoProvider {
/**
* 获取最新的视频数据
*/
fun getLastData(): VideoUrlData?
fun getLatestData(): VideoUrlData?
/**