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

TGstMapFlags

Declaration

Source position: gstmemory.inc line 59

type TGstMapFlags = (

  GST_MAP_READ = Ord(GST_LOCK_FLAG_READ),

  GST_MAP_WRITE = Ord(GST_LOCK_FLAG_WRITE),

  GST_MAP_FLAG_LAST = 1 shl 16

);


Documentation generated on: 2023-03-18