enableCustomVideoProcess method
Enable/DisEnable Custom Video Process
【default】: false
@return
V2TXLIVE_OK
: successV2TXLIVE_ERROR_NOT_SUPPORTED
: Unsupported format
Platform not supported:
- web
- macOS
- Windows
Implementation
Future<int?> enableCustomVideoProcess(bool enable) async {
return _cloudChannel!
.invokeMethod('enableCustomVideoProcess', {"enable": enable});
}