Source position: gstdevice.inc line 48
type T_GstDeviceClass = record |
parent_class: TGstObjectClass; |
create_element: function( |
device: PGstDevice; |
name: Pgchar |
):PGstElement; |
reconfigure_element: function( |
device: PGstDevice; |
element: PGstElement |
):TGboolean; |
_gst_reserved: array [0..3] of TGpointer; |
end; |