Delegate VideoStreamReceiver.OnUpdateReceiveTextureHandler
Delegate for updating the received texture.
Namespace: Unity.RenderStreaming
Assembly: Unity.RenderStreaming.dll
Syntax
public delegate void VideoStreamReceiver.OnUpdateReceiveTextureHandler(Texture receiveTexture)
Parameters
Type | Name | Description |
---|---|---|
Texture | receiveTexture | The received texture. |