NET_SDK_CLIENTINFO,LPNET_SDK_CLIENTINFO¶
Structure Definition¶
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 | |
Function Description¶
Preview client configuration information.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| lChannel | LONG | Channel number, starting from 0. |
| streamType | LONG | Data stream type, refer to NET_SDK_STREAM_TYPE. |
| hPlayWnd | HWND | The playback window handle. |
| bNoDecode | int | 0: decode; 1: do not decode. Only for Windows platform, the default value is 0. |