Method

XemeStreamset_language

since: 0.1

Declaration [src]

void
xeme_stream_set_language (
  XemeStream* stream,
  const char* language
)

Description [src]

Sets the language of stream to language. This is only really useful before the stream is started but will be populated if the remote side sends it.

Available since: 0.1

Sets propertyXeme.Stream:language

Parameters

language

Type: const char*

The language for this stream.

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