VideoEffect interface
基本视频效果。
属性
name | 视频效果的名称。 |
方法
is |
请在 VideoEffectsFeature API 上使用 isSupported 方法。 |
属性详细信息
name
方法详细信息
isSupported()
警告
现已弃用此 API。
请在 VideoEffectsFeature API 上使用 isSupported 方法。
function isSupported(): Promise<boolean>
返回
Promise<boolean>