| Package | Description |
|---|---|
| org.freedesktop.gstreamer |
| Modifier and Type | Method and Description |
|---|---|
PadPresence |
StaticPadTemplate.getPresence()
Get the presence (ALWAYS, SOMETIMES, REQUEST) of the template.
|
PadPresence |
PadTemplate.getPresence()
Gets presence of this template
|
static PadPresence |
PadPresence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PadPresence[] |
PadPresence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PadTemplate(String nameTemplate,
PadDirection direction,
PadPresence presence,
Caps caps)
Creates a new pad template with a name according to the given template
and with the given arguments.
|
Copyright © 2021 gstreamer-java. All rights reserved.