RecorderConfiguration Class¶
这个类型是C#语言的 EasyAR Sense API: RecorderConfiguration 。页面中部分描述可能与Unity环境无关。
部分Sense接口已经封装成Unity组件,直接使用可能是不必要的。
Methods¶
setProfile¶
- C#
public virtual bool setProfile( RecordProfile profile)
设置录屏配置。默认值是 Quality_720P_Middle。
这是个整体的配置,如果需要更为细节的配置可以调用其他API。
setVideoOrientation¶
- C#
public virtual void setVideoOrientation( RecordVideoOrientation mode)
设置录屏视频朝向。默认值是 Landscape。