| 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. |