LocalTranscoderConfiguration
Local video mixing configuration.
export class LocalTranscoderConfiguration {
streamCount?: number;
videoInputStreams?: TranscodingVideoStream[];
videoOutputConfiguration?: VideoEncoderConfiguration;
}
Properties
- streamCount
- Number of video streams to be mixed locally.
- videoInputStreams
- Video streams to be mixed locally. See TranscodingVideoStream.
- videoOutputConfiguration
- Encoding configuration for the mixed video after local mixing. See VideoEncoderConfiguration.