libpurple/media/codec.h

changeset 31293
169eeb43b52c
parent 30714
1598b2454744
child 32438
dc8991868906
equal deleted inserted replaced
31287:e1c3051e704c 31293:169eeb43b52c
115 guint purple_media_codec_get_channels(PurpleMediaCodec *codec); 115 guint purple_media_codec_get_channels(PurpleMediaCodec *codec);
116 116
117 /** 117 /**
118 * Gets a list of the optional parameters. 118 * Gets a list of the optional parameters.
119 * 119 *
120 * The list consists of PurpleKeyValuePair's. 120 * The list consists of PurpleKeyValuePair's.
121 * 121 *
122 * @param The codec to get the optional parameters from. 122 * @param The codec to get the optional parameters from.
123 * 123 *
124 * @return The list of optional parameters. The list is owned by the codec and 124 * @return The list of optional parameters. The list is owned by the codec and
125 * should not be freed. 125 * should not be freed.

mercurial