public class LocalTranscoderConfiguration
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LocalTranscoderConfiguration.TranscodingVideoStream
The video streams for the video mixing on the local client.
|
Modifier and Type | Field and Description |
---|---|
boolean |
syncWithPrimaryCamera
Whether to use the timestamp when the primary camera captures the video frame as the timestamp
of the mixed video frame.
|
java.util.ArrayList<LocalTranscoderConfiguration.TranscodingVideoStream> |
transcodingVideoStreams
The video streams for the video mixing on the local client.
|
VideoEncoderConfiguration |
videoOutputConfiguration
The encoding configuration of the mixed video stream after the video mixing on the local
client.
|
Constructor and Description |
---|
LocalTranscoderConfiguration() |
public java.util.ArrayList<LocalTranscoderConfiguration.TranscodingVideoStream> transcodingVideoStreams
public boolean syncWithPrimaryCamera
public VideoEncoderConfiguration videoOutputConfiguration