Delegate TextureSizeChangeCallback
Namespace: Microsoft.MixedReality.WebRTC.Unity
Assembly: cs.temp.dll.dll
Syntax
public delegate void TextureSizeChangeCallback(int width, int height, IntPtr videoHandle);
Parameters
Type | Name | Description |
---|---|---|
Int32 | width | |
Int32 | height | |
IntPtr | videoHandle |