videoStreamInputConfig property
Configs of stream input processor.
Implementation
@$pb.TagNumber(9)
VideoStreamInputConfig get videoStreamInputConfig => $_getN(0);
Implementation
@$pb.TagNumber(9)
set videoStreamInputConfig(VideoStreamInputConfig v) {
setField(9, v);
}