Function

AgsAudioOscUtilmime_header

since: 3.0.0

Declaration [src]

guchar*
ags_osc_util_mime_header (
  gchar* uri,
  guint* mime_header_length
)

Description [src]

Get MIME header.

Available since: 3.0.0

Parameters

uri

Type: gchar*

The URI.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
mime_header_length

Type: guint*

The return location of MIME header’s length.

The data is owned by the caller of the function.

Return value

Type: guchar*

The byte array containing MIME header.

The data is owned by the called function.