跳转至

NET_SDK_IVE_VSD_HEAD_INFO

结构体定义

1
2
3
4
5
6
typedef struct
{
    unsigned int count;        
    unsigned int channel;      
    unsigned int relativeTick; 
} NET_SDK_IVE_VSD_HEAD_INFO;
1
2
3
4
5
6
7
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_SDK_IVE_VSD_HEAD_INFO
{
    public UInt32 count;
    public UInt32 channel;
    public UInt32 relativeTick;
}

功能描述

二级结构化数据头信息。

成员说明

成员 类型 备注
count unsigned int 个数。
channel unsigned int 通道。
relativeTick unsigned int 时间戳。
错误码