Back to Jetson Inference

Jetson Inference: WebRTCPeer Struct Reference

docs/html/structWebRTCPeer.html

latest2.2 KB
Original Source

| | Jetson Inference

DNN Vision Library |

Public Attributes | List of all members

WebRTCPeer Struct Reference Utilities Library (jetson-utils) » Networking

Remote peer that has connected. More...

#include <WebRTCServer.h>

|

Public Attributes

| | SoupWebsocketConnection * | connection | | | | SoupClientContext * | client_context | | | | WebRTCServer * | server | | | | uint32_t | ID | | | | uint32_t | flags | | | | std::string | path | | | | std::string | ip_address | | | | void * | user_data | | |

Detailed Description

Remote peer that has connected.

Member Data Documentation

client_context

| SoupClientContext* WebRTCPeer::client_context |

connection

| SoupWebsocketConnection* WebRTCPeer::connection |

flags

| uint32_t WebRTCPeer::flags |

ID

| uint32_t WebRTCPeer::ID |

ip_address

| std::string WebRTCPeer::ip_address |

path

| std::string WebRTCPeer::path |

server

| WebRTCServer* WebRTCPeer::server |

user_data

| void* WebRTCPeer::user_data |


The documentation for this struct was generated from the following file: