跳转至

NET_SDK_IVE_AVD_INFO_T

结构体定义

1
2
3
4
5
6
typedef struct
{
    unsigned int eventId; 
    unsigned int status;  
    unsigned int type;    
} NET_SDK_IVE_AVD_INFO_T;
1
2
3
4
5
6
7
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_SDK_IVE_AVD_INFO_T
{
    public UInt32 eventId;
    public UInt32 status;
    public UInt32 type;
}

功能描述

异常信息。

成员说明

成员 类型 备注
eventId unsigned int 事件ID。
status unsigned int 事件状态,0:none;1:开始,2:结束,3:正在发生。
type unsigned int 事件类型,0:无;1:场景;2:清晰;3:颜色。
错误码