美摄SDK For iOS  3.13.5
| 枚举
NvsDetectShotParser.h 文件参考
#import "NvsCommonDef.h"
#import <Foundation/Foundation.h>

浏览源代码.

protocol  <NvsDetectShotParserDelegate>
 
class  NvsDetectShotParser
 转场帧检测类 更多...
 

枚举

enum  NvsDetectShotErrorType {
  NvsDetectShotErrorType_NoError = 0, NvsDetectShotErrorType_FileType, NvsDetectShotErrorType_IO, NvsDetectShotErrorType_IO_Permission,
  NvsDetectShotErrorType_VideoDecode, NvsDetectShotErrorType_Process
}
 检测错误 更多...
 

枚举类型说明

◆ NvsDetectShotErrorType

检测错误

枚举值
NvsDetectShotErrorType_NoError 
NvsDetectShotErrorType_FileType 
NvsDetectShotErrorType_IO 
NvsDetectShotErrorType_IO_Permission 
NvsDetectShotErrorType_VideoDecode 
NvsDetectShotErrorType_Process