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

TGstLockFlags

Declaration

Source position: gstminiobject.inc line 38

type TGstLockFlags = (

  GST_LOCK_FLAG_READ = 1 shl 0,

  GST_LOCK_FLAG_WRITE = 1 shl 1,

  GST_LOCK_FLAG_EXCLUSIVE = 1 shl 2,

  GST_LOCK_FLAG_LAST = 1 shl 8

);


Documentation generated on: 2023-03-18