[NoWrapper]
public virtual Gst.FlowReturn transform_ip (Gst.Buffer buf);
[NoWrapper]
- public virtual bool transform_size (Gst.PadDirection direction, Gst.Caps caps, uint size, Gst.Caps othercaps, uint othersize);
+ public virtual bool transform_size (Gst.PadDirection direction, Gst.Caps caps, uint size, Gst.Caps othercaps, out uint othersize);
public void update_qos (double proportion, Gst.ClockTimeDiff diff, Gst.ClockTime timestamp);
[NoAccessorMethod]
public bool qos { get; set; }
GstBaseTransform cheader_filename="gst/base/gstbasetransform.h"
GstBaseTransform.* weak="0"
gst_base_transform_get_unit_size.size is_out="1"
+gst_base_transform_transform_size.othersize is_out="1"
GST_BASE_TRANSFORM_SINK_NAME hidden="1"
GST_BASE_TRANSFORM_SRC_NAME hidden="1"
GstCollectData cheader_filename="gst/base/gstcollectpads.h"