setVideoEffectAlgoModelPath abstract method
- @Deprecated('Deprecated since v3.50.1 and will be deleted in v3.56.1, use RTCVideoEffect.initCVResource instead.')
- String modelPath
Sets the video effects algorithm model path.
Return value:
0
: Success.<0
: Failure. See ReturnStatus for the reason.
Implementation
@Deprecated(
'Deprecated since v3.50.1 and will be deleted in v3.56.1, use RTCVideoEffect.initCVResource instead.')
Future<int?> setVideoEffectAlgoModelPath(String modelPath);