[1078] 增加多媒体文件检索

This commit is contained in:
lin
2025-07-23 23:30:48 +08:00
parent 4cc399ce39
commit ee52b43c99
5 changed files with 233 additions and 6 deletions

View File

@@ -49,9 +49,9 @@ public class JTVideoParam implements JTDeviceSubConfig{
/**
* 存储流编码模式
* 0:CBR( 固定码率) ;
* 1:VBR( 可变码率) ;
* 2:ABR( 平均码率) ;
* 0:CBR( 固定码率)
* 1:VBR( 可变码率)
* 2:ABR( 平均码率)
* 100 ~ 127:自定义
*/
private int storageStreamCodeRateType;