setVideoEffectAlgoModelPath abstract method

  1. @Deprecated('Deprecated since v3.51 and will be deleted in v3.57, use RTCVideoEffect.initCVResource instead.')
Future<int?> setVideoEffectAlgoModelPath(
  1. String modelPath
)

设置视频特效算法模型路径

返回值:

  • 0:调用成功;
  • <0:调用失败,具体原因参看 ReturnStatus

Implementation

@Deprecated(
    'Deprecated since v3.51 and will be deleted in v3.57, use RTCVideoEffect.initCVResource instead.')
Future<int?> setVideoEffectAlgoModelPath(String modelPath);