Method

GVncConnectionset_audio

Declaration [src]

gboolean
vnc_connection_set_audio (
  VncConnection* conn,
  VncAudio* audio
)

Description [src]

Set the audio sink to use for playing back audio from the remote session.

Parameters

audio VncAudio
 

The audio sink.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if the connection is ok, FALSE if it has an error.