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

T_GstClockClass

Declaration

Source position: gstclock.inc line 89

type T_GstClockClass = record

  parent_class: TGstObjectClass;

  change_resolution: function(

  clock: PGstClock;

  old_resolution: TGstClockTime;

  new_resolution: TGstClockTime

):TGstClockTime;

  get_resolution: function(

  clock: PGstClock

):TGstClockTime;

  get_internal_time: function(

  clock: PGstClock

):TGstClockTime;

  wait: function(

  clock: PGstClock;

  entry: PGstClockEntry;

  jitter: PGstClockTimeDiff

):TGstClockReturn;

  wait_async: function(

  clock: PGstClock;

  entry: PGstClockEntry

):TGstClockReturn;

  unschedule: procedure(

  clock: PGstClock;

  entry: PGstClockEntry

);

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

end;


Documentation generated on: 2023-03-18