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

TGstPadLinkReturn

Declaration

Source position: gstenum.inc line 149

type TGstPadLinkReturn = (

  GST_PAD_LINK_OK = 0,

  GST_PAD_LINK_WRONG_HIERARCHY = - 1,

  GST_PAD_LINK_WAS_LINKED = - 2,

  GST_PAD_LINK_WRONG_DIRECTION = - 3,

  GST_PAD_LINK_NOFORMAT = - 4,

  GST_PAD_LINK_NOSCHED = - 5,

  GST_PAD_LINK_REFUSED = - 6

);


Documentation generated on: 2023-03-18