| Package | Description |
|---|---|
| org.freedesktop.gstreamer |
| Modifier and Type | Method and Description |
|---|---|
PadTemplate |
Pad.getTemplate()
Gets the template for pad.
|
| Constructor and Description |
|---|
GhostPad(String name,
Pad target,
PadTemplate template)
Create a new ghostpad with target as the target.
|
GhostPad(String name,
PadTemplate template)
Create a new ghostpad based on template, without setting a target.
|
Pad(PadTemplate template,
String name)
Creates a new pad with the given name from the given template.
|
Copyright © 2021 gstreamer-java. All rights reserved.