Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

NatDevice 1.3.2

Compare
Choose a tag to compare
@olokobayusuf olokobayusuf released this 04 Dec 19:51
· 2 commits to main since this release
  • Media device queries now order devices based on their type, default status, and location (#24).
  • Improved native error handling to prevent hard crashes.
  • Added MediaDeviceQuery constructor that accepts a collection of IMediaDevice instances.
  • Added TextureOutput.OnFrame event for listening for texture output frames.
  • Added RenderTextureOutput.OnFrame event for listening for texture output frames.
  • Fixed three second delay before MediaDeviceQuery.RequestPermissions task completes on Android.
  • Deprecated TextureOutput.onFrame event. Use TextureOutput.OnFrame event instead.
  • Deprecated RenderTextureOutput.onFrame event. Use RenderTextureOutput.OnFrame event instead.
  • Deprecated TextureOutput.textureCreated event. The output texture is now available immediately.
  • Deprecated RenderTextureOutput.textureCreated event. The output texture is now available immediately.