本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
建立 VideoFxConfig object
您可以在相同物件backgroundReplacement
中定義 backgroundBlur
和 的組態。不過,您無法同時true
針對兩個篩選條件isEnabled
設定為 。這是無效的組態。
VideoFxConfig
類別不會自行驗證。驗證會在下一個步驟中進行。
下列範例顯示有效的 VideoFxConfig
。
const videoFxConfig: VideoFxConfig = { backgroundBlur: { isEnabled:
false
, strength: 'medium
' }, backgroundReplacement: { isEnabled:false
, backgroundImageURL: 'space.jpg
', defaultColor:undefined
, } }
下表列出您可以在 VideoFxConfig
物件中指定的VideoFxProcessor
屬性。
背景模糊篩選條件屬性
屬性 |
Type |
描述 |
---|---|---|
|
|
當 時 |
|
|
決定模糊的程度。有效值: |
背景替代篩選條件屬性
屬性 |
Type |
描述 |
---|---|---|
|
|
當 時 |
|
|
背景映像URL的 。篩選條件會將影像動態調整為目前畫面的維度。您可以使用字串,例如 |
|
|
十六進位顏色字串,例如 |