Lines Matching full:param
129 * @param builder The builder reference to the created result.
132 * {@link AVMETADATA_ERROR_INVALID_PARAM} The param of builder is nullptr.
141 * @param builder The metadata builder instance pointer
144 * {@link AVMETADATA_ERROR_INVALID_PARAM} The param of builder is nullptr.
152 * @param builder The metadata builder instance pointer
153 * @param assetId The current assetId of resource.
157 * 1.The param of builder is nullptr;
158 * 2.The param of assetId is nullptr.
166 * @param builder The metadata builder instance pointer
167 * @param title The title of resource.
171 * 1.The param of builder is nullptr;
172 * 2.The param of title is nullptr.
180 * @param builder The metadata builder instance pointer
181 * @param artist The artist of resource.
185 * 1.The param of builder is nullptr;
186 * 2.The param of artist is nullptr.
194 * @param builder The metadata builder instance pointer
195 * @param author The author of resource.
199 * 1.The param of builder is nullptr;
200 * 2.The param of author is nullptr.
208 * @param builder The metadata builder instance pointer
209 * @param album The album name
213 * 1. The param of builder is nullptr.
214 * 2. The param of album is nullptr.
222 * @param builder The metadata builder instance pointer
223 * @param writer The writer of resource.
227 * 1. The param of builder is nullptr.
228 * 2. The param of writer is nullptr.
236 * @param builder The metadata builder instance pointer
237 * @param composer The composer of resource.
241 * 1. The param of builder is nullptr.
242 * 2. The param of composer is nullptr.
250 * @param builder The metadata builder instance pointer
251 * @param duration The duration of resource, in miliseconds
254 * {@link AVMETADATA_ERROR_INVALID_PARAM} The param of builder is nullptr.
262 * @param builder The metadata builder instance pointer
263 * @param mediaImageUri The mediaImageUri of resource.
267 * 1.The param of builder is nullptr;
268 * 2.The param of mediaImageUri nullptr.
276 * @param builder The metadata builder instance pointer
277 * @param subtitle The subtitle of resource.
281 * 1.The param of builder is nullptr;
282 * 2.The param of subtitle nullptr.
290 * @param builder The metadata builder instance pointer
291 * @param description The description of resource.
295 * 1.The param of builder is nullptr;
296 * 2.The param of description nullptr.
304 * @param builder The metadata builder instance pointer
305 * @param lyric The lyric of resource.
309 * 1.The param of builder is nullptr;
310 * 2.The param of lyric nullptr.
318 * @param builder The metadata builder instance pointer
319 * @param intervals The intervals of resource, only can be set : 10, 15, 30
323 * 1.The param of builder is nullptr;
324 * 2.The param of intervals is invalid.
333 * @param builder The metadata builder instance pointer
334 * @param tags The display tags of resource which are supported by this app to be displayed on the media center
337 * {@link AVMETADATA_ERROR_INVALID_PARAM} The param of builder is nullptr.
345 * @param builder The metadata builder instance pointer
346 * @param avMetadata Pointer to a viriable to receive the avMetadata object.
351 * 1.The param of builder is nullptr;
352 * 2.The param of avMetadata is nullptr.
361 * @param avMetadata Pointer to a viriable to receive the avMetadata object.
364 * {@link AVMETADATA_ERROR_INVALID_PARAM} The param of avMetadata is nullptr.