Key sentences I send in this, please advice, thank you!
C code is as follows:
Typedef union tagNET_DVR_GET_STREAM_UNION
{
NET_DVR_IPCHANINFO struChanInfo;/* */IP channel information
NET_DVR_IPSERVER_STREAM struIPServerStream;//IPServer to flow
NET_DVR_PU_STREAM_CFG struPUStream;//to go for streaming through the front-end equipment flow
NET_DVR_DDNS_STREAM_CFG struDDNSStream;//by IPServer and streaming media flow
NET_DVR_PU_STREAM_URL struStreamUrl;//by streaming url flow
NET_DVR_HKDDNS_STREAM struHkDDNSStream;//to take flow through hiDDNS
NET_DVR_IPCHANINFO_V40 struIPChan;//directly from the equipment flow (extension)
} NET_DVR_GET_STREAM_UNION, * LPNET_DVR_GET_STREAM_UNION;
Typedef struct
{
BYTE byEnable; Whether the channel online *//*
BYTE byIPID;//IP device ID low 8, when the device ID 0 said channel, not with
BYTE byChannel; Channel number/* */
BYTE byIPIDHigh;//IP device ID high eight
BYTE byTransProtocol;//transport protocol type 0 - TCP/auto (equipment), 2-1 - UDP multicast 3-4 - auto only TCP
BYTE byres [31]./* keep */
} NET_DVR_IPCHANINFO, * LPNET_DVR_IPCHANINFO;
CodePudding user response:
All is superior to you, I do not understand,