建立 VideoFxProcessor object - Amazon Chime SDK

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

建立 VideoFxProcessor object

建立VideoFxProcessor物件時, AWS 伺服器會下載執行期資產,或瀏覽器快取會載入資產。如果網路或CSP組態無法存取資產,VideoFx.create操作會擲回例外狀況。產生的 VideoFxProcessor 會設定為無操作處理器,這不會影響影片串流。

let videoFxProcessor: VideoFxProcessor | undefined = undefined; try { videoFxProcessor = await VideoFxProcessor.create(logger, videoFxConfig); } catch (error) { logger.warn(error.toString()); }

VideoFxProcessor.create 也會嘗試從 載入映像backgroundReplacement.backgroundImageURL。如果映像載入失敗,處理器會擲回例外狀況。處理器也會因其他原因擲回例外狀況,例如無效的組態、不支援的瀏覽器或供電不足的硬體。