Method

PwgParamdup_format_media_subtype_name

since: 0.1

Declaration [src]

char*
pwg_param_dup_format_media_subtype_name (
  PwgParam* self
)

Description [src]

Copies the short SPA media subtype name when this parameter contains a SPA Format object.

Stability: Unstable

Available since: 0.1

Return value

Type: char*

The short media subtype name, or NULL.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.