setVideoEffectAlgoModelPath abstract method

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

Sets the video effects algorithm model path.

Return value:

Implementation

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