CloudMixerVideoFileCfg.confluence constructor
CloudMixerVideoFileCfg.confluence({})
Implementation
CloudMixerVideoFileCfg.confluence({
required String svrPathName,
int? aChannelType,
List<String>? aChannelContent,
required int vWidth,
required int vHeight,
int vFps = 12,
int? vBps,
int? vQP,
required List<MutiMixerContent> layoutConfig,
}) : svrPathName = svrPathName,
aChannelType = aChannelType,
aChannelContent = aChannelContent,
vWidth = vWidth,
vHeight = vHeight,
vFps = vFps,
vBps = vBps,
vQP = vQP,
layoutConfig = layoutConfig;