Unit 'gst' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gst]

T_GstChildProxyInterface

Declaration

Source position: gstchildproxy.inc line 30

type T_GstChildProxyInterface = record

  parent: TGTypeInterface;

  get_child_by_name: function(

  parent: PGstChildProxy;

  name: Pgchar

):PGObject;

  get_child_by_index: function(

  parent: PGstChildProxy;

  index: TGUINT

):PGObject;

  get_children_count: function(

  parent: PGstChildProxy

):TGUINT;

  child_added: procedure(

  parent: PGstChildProxy;

  child: PGObject;

  name: Pgchar

);

  child_removed: procedure(

  parent: PGstChildProxy;

  child: PGObject;

  name: Pgchar

);

  _gst_reserved: array [0..3] of TGpointer;

end;


Documentation generated on: 2023-03-18