LocalTranscoderConfiguration
The configuration of the video mixing on the local client.
public class LocalTranscoderConfiguration
{
public uint streamCount;
public TranscodingVideoStream[] videoInputStreams;
public VideoEncoderConfiguration videoOutputConfiguration;
}
Attributes
- streamCount
- The number of the video streams for the video mixing on the local client.
- videoInputStreams
- The video streams for local video mixing. See TranscodingVideoStream.
- videoOutputConfiguration
- The encoding configuration of the mixed video stream after the local video mixing. See VideoEncoderConfiguration.