public interface BaseTransformAPI
extends com.sun.jna.Library
Modifier and Type | Interface and Description |
---|---|
static interface |
BaseTransformAPI.AcceptCaps |
static interface |
BaseTransformAPI.BeforeTransform |
static interface |
BaseTransformAPI.BooleanFunc1 |
static interface |
BaseTransformAPI.EventNotify |
static interface |
BaseTransformAPI.FixateCaps |
static interface |
BaseTransformAPI.GetUnitSize |
static class |
BaseTransformAPI.GstBaseTransformClass |
static class |
BaseTransformAPI.GstBaseTransformStruct |
static interface |
BaseTransformAPI.PrepareOutput |
static interface |
BaseTransformAPI.SetCaps |
static interface |
BaseTransformAPI.Transform |
static interface |
BaseTransformAPI.TransformCaps |
static interface |
BaseTransformAPI.TransformIp |
static interface |
BaseTransformAPI.TransformSize |
Modifier and Type | Field and Description |
---|---|
static BaseTransformAPI |
BASETRANSFORM_API |
static int |
GST_PADDING |
static int |
GST_PADDING_LARGE |
Modifier and Type | Method and Description |
---|---|
GType |
gst_base_transform_get_type() |
boolean |
gst_base_transform_is_in_place(BaseTransform trans) |
boolean |
gst_base_transform_is_passthrough(BaseTransform trans) |
boolean |
gst_base_transform_is_qos_enabled(BaseTransform trans) |
void |
gst_base_transform_reconfigure(BaseTransform trans) |
void |
gst_base_transform_set_gap_aware(BaseTransform trans,
boolean gap_aware) |
void |
gst_base_transform_set_in_place(BaseTransform trans,
boolean in_place) |
void |
gst_base_transform_set_passthrough(BaseTransform trans,
boolean passthrough) |
void |
gst_base_transform_set_qos_enabled(BaseTransform trans,
boolean enabled) |
void |
gst_base_transform_suggest(BaseTransform trans,
Caps caps,
int size) |
void |
gst_base_transform_update_qos(BaseTransform trans,
double proportion,
long diff,
ClockTime timestamp) |
static final BaseTransformAPI BASETRANSFORM_API
static final int GST_PADDING
static final int GST_PADDING_LARGE
GType gst_base_transform_get_type()
void gst_base_transform_set_passthrough(BaseTransform trans, boolean passthrough)
boolean gst_base_transform_is_passthrough(BaseTransform trans)
void gst_base_transform_set_in_place(BaseTransform trans, boolean in_place)
boolean gst_base_transform_is_in_place(BaseTransform trans)
void gst_base_transform_update_qos(BaseTransform trans, double proportion, long diff, ClockTime timestamp)
void gst_base_transform_set_qos_enabled(BaseTransform trans, boolean enabled)
boolean gst_base_transform_is_qos_enabled(BaseTransform trans)
void gst_base_transform_set_gap_aware(BaseTransform trans, boolean gap_aware)
void gst_base_transform_suggest(BaseTransform trans, Caps caps, int size)
void gst_base_transform_reconfigure(BaseTransform trans)