方法

DmabufDmabufFormatsget_format

since: 4.14

声明 [ src ]

void
gdk_dmabuf_formats_get_format (
  GdkDmabufFormats* formats,
  gsize idx,
  guint32* fourcc,
  guint64* modifier
)

描述 [ src ]

获取包含在formats中的格式的fourcc代码和修饰符。

自:4.14

参数

idx

类型: gsize

要返回的格式的索引。

fourcc

类型: guint32*

格式代码的返回位置。

参数将由该函数设置。
修饰符

类型: guint64*

格式修饰符的返回位置。

参数将由该函数设置。