Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMCUOutputVideoConfig

合流后的 Video 输出配置,包含背景图、背景色、大小流编码等配置项

Hierarchy

  • IMCUOutputVideoConfig

Index

Properties

normal?: IMCUOutputVideoAttrs

标准流输出定义

tiny?: IMCUOutputVideoAttrs

小流输出定义

exparams?: { renderMode: MixVideoRenderMode }

Type declaration

backgroundColor?: string

背景色,如 '0xf1a2c3'

backgroundPicture?: { fillMode: 1 | 2; picture: IPictureAttrs[] }

背景图

Type declaration

  • fillMode: 1 | 2

    填充模式:

    1. 按比例裁剪
    2. 不裁剪,按比例压缩
  • picture: IPictureAttrs[]

    资源列表