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

NatCorder 1.8.9

Compare
Choose a tag to compare
@olokobayusuf olokobayusuf released this 05 Sep 18:05
· 2 commits to main since this release
  • Added WEBMRecorder support on Android.
  • Added CropTextureInput support on WebGL.
  • Added WatermarkTextureInput support on WebGL.
  • Added TextureInput.CreateDefault static method for creating the platform-default texture input for a recorder.
  • Added TextureInput.UseGLESTextureInput static field for specifying whether to allow GLESTextureInput in CreateDefault.
  • Removed ITextureInput interface. Use TextureInput class instead.
  • Removed CameraInput.UseGLESTextureInput static field. Use TextureInput.UseGLESTextureInput instead.
  • Removed CropTextureInput.letterbox field. Aspect filling will always be performed.
  • Removed CropTextureInput.background field.