# StreamedViewerInfo

> Struct

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.valuetype.equals)

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.valuetype.tostring)

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

***

Namespace: UnityEngine.Pixyz.View

```csharp
[Serializable]
public struct StreamedViewerInfo
```

## Constructors

### StreamedViewerInfo(StreamedViewerInfo)

```csharp
public StreamedViewerInfo(StreamedViewerInfo o)
```

Parameters

| Type                                            | Name | Description |
| ----------------------------------------------- | ---- | ----------- |
| [StreamedViewerInfo](./view_streamedviewerinfo) | o    |             |

## Fields

### host

```csharp
public string host
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### port

```csharp
public short port
```

Returns

| Type                                                         | Description |
| ------------------------------------------------------------ | ----------- |
| [short](https://learn.microsoft.com/dotnet/api/system.int16) |             |

### viewer

```csharp
public int viewer
```

Returns

| Type                                                       | Description |
| ---------------------------------------------------------- | ----------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) |             |
