public static interface SourceConfiguration.Builder extends SdkPojo, CopyableBuilder<SourceConfiguration.Builder,SourceConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default SourceConfiguration.Builder |
selectedVideoStreams(Consumer<SelectedVideoStreams.Builder> selectedVideoStreams)
The selected video streams to capture for a specified media capture pipeline.
|
SourceConfiguration.Builder |
selectedVideoStreams(SelectedVideoStreams selectedVideoStreams)
The selected video streams to capture for a specified media capture pipeline.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceConfiguration.Builder selectedVideoStreams(SelectedVideoStreams selectedVideoStreams)
The selected video streams to capture for a specified media capture pipeline. The number of video streams can't exceed 25.
selectedVideoStreams - The selected video streams to capture for a specified media capture pipeline. The number of video
streams can't exceed 25.default SourceConfiguration.Builder selectedVideoStreams(Consumer<SelectedVideoStreams.Builder> selectedVideoStreams)
The selected video streams to capture for a specified media capture pipeline. The number of video streams can't exceed 25.
This is a convenience method that creates an instance of theSelectedVideoStreams.Builder avoiding
the need to create one manually via SelectedVideoStreams.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to selectedVideoStreams(SelectedVideoStreams).
selectedVideoStreams - a consumer that will call methods on SelectedVideoStreams.BuilderselectedVideoStreams(SelectedVideoStreams)Copyright © 2022. All rights reserved.