Enum VideoStreamSource
Specifies the source of the video stream.
Namespace: Unity.RenderStreaming
Assembly: Unity.RenderStreaming.dll
Syntax
public enum VideoStreamSource
Fields
Name | Description |
---|---|
Camera | Use the camera as the video stream source. |
Screen | Use the screen as the video stream source. |
Texture | Use a texture as the video stream source. |
WebCamera | Use the web camera as the video stream source. |