This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
NatCorder 1.8.9
- 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 allowGLESTextureInput
inCreateDefault
. - Removed
ITextureInput
interface. UseTextureInput
class instead. - Removed
CameraInput.UseGLESTextureInput
static field. UseTextureInput.UseGLESTextureInput
instead. - Removed
CropTextureInput.letterbox
field. Aspect filling will always be performed. - Removed
CropTextureInput.background
field.