display_channel_change_preferred_video_codec_types


Description:

[ CCode ( cname = "spice_display_channel_change_preferred_video_codec_types" ) ]
[ Version ( since = "0.38" ) ]
public bool display_channel_change_preferred_video_codec_types (int[] codecs) throws Error

Tells the spice server the ordered preferred video codec types to use for streaming in this.

Parameters:

this

a DisplayChannel

codecs

an array of codecs.length SpiceVideoCodecType types

ncodecs

the number of codec types in the codecs array

Returns:

true if the preferred codec list was successfully changed, and false otherwise.