Enumeration

GrlTypeFilter

Declaration

flags Grl.TypeFilter

Description [src]

Type of media to allow.

Members

GRL_TYPE_FILTER_NONE

Allow no content (only containers)

  • Value: 0
  • Nickname: none
  • Available since: 0.3
GRL_TYPE_FILTER_AUDIO

Allow audio content.

  • Value: 1
  • Nickname: audio
  • Available since: 0.3
GRL_TYPE_FILTER_VIDEO

Allow video content.

  • Value: 2
  • Nickname: video
  • Available since: 0.3
GRL_TYPE_FILTER_IMAGE

Allow image content.

  • Value: 4
  • Nickname: image
  • Available since: 0.3
GRL_TYPE_FILTER_ALL

Allow any type of content.

  • Value: 7
  • Nickname: all
  • Available since: 0.3