public static class PassThrough.Builder extends AbstractBuilder<PassThrough>
genericProperties, props
Constructor and Description |
---|
Builder(MediaPipeline mediaPipeline)
Creates a Builder for PassThrough
|
Modifier and Type | Method and Description |
---|---|
PassThrough.Builder |
with(java.lang.String name,
java.lang.Object value) |
PassThrough.Builder |
withProperties(Properties properties) |
build, build, buildAsync
public Builder(MediaPipeline mediaPipeline)
public PassThrough.Builder withProperties(Properties properties)
withProperties
in class AbstractBuilder<PassThrough>
public PassThrough.Builder with(java.lang.String name, java.lang.Object value)
with
in class AbstractBuilder<PassThrough>