Method

WebKit2Settingsset_media_content_types_requiring_hardware_support

since: 2.30

Declaration [src]

void
webkit_settings_set_media_content_types_requiring_hardware_support (
  WebKitSettings* settings,
  const gchar* content_types
)

Description [src]

Set the WebKitSettings:media-content-types-requiring-hardware-support property.

Available since: 2.30

Parameters

content_types

Type: const gchar*

List of media content types requiring hardware support split by semicolons (:) or NULL to use the default value.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.