public static class GStreamerFilter.Builder extends AbstractBuilder<GStreamerFilter>
genericProperties, props
Constructor and Description |
---|
Builder(MediaPipeline mediaPipeline,
String command)
Creates a Builder for GStreamerFilter
|
Modifier and Type | Method and Description |
---|---|
GStreamerFilter.Builder |
with(String name,
Object value) |
GStreamerFilter.Builder |
withFilterType(FilterType filterType)
Sets a value for filterType in Builder for GStreamerFilter.
|
GStreamerFilter.Builder |
withProperties(Properties properties) |
build, build, buildAsync
public Builder(MediaPipeline mediaPipeline, String command)
public GStreamerFilter.Builder withProperties(Properties properties)
withProperties
in class AbstractBuilder<GStreamerFilter>
public GStreamerFilter.Builder with(String name, Object value)
with
in class AbstractBuilder<GStreamerFilter>
public GStreamerFilter.Builder withFilterType(FilterType filterType)
filterType
- Filter type that define if the filter is set as audio, video or autodetectCopyright © 2018 Kurento. All rights reserved.