Home | History | Annotate | Download | only in media

Lines Matching refs:MetadataEditor

68     private MetadataEditor mMetadataEditor;
190 * @param metadataEditor the container of the new metadata.
192 public void onClientMetadataUpdate(MetadataEditor metadataEditor);
421 * Creates a {@link MetadataEditor} for updating metadata values of the editable keys of
424 * @return a new MetadataEditor instance.
426 public MetadataEditor editMetadata() {
427 MetadataEditor editor = new MetadataEditor();
441 public class MetadataEditor extends MediaMetadataEditor {
445 protected MetadataEditor() { }
450 protected MetadataEditor(Bundle metadata, long editableKeys) {
498 // NOT setting mApplied to true as this type of MetadataEditor will be applied
777 final MetadataEditor metadataEditor;
778 // prepare the received Bundle to be used inside a MetadataEditor
797 MetadataEditor(metadata, editableKeys);
799 metadataEditor = mMetadataEditor;
802 l.onClientMetadataUpdate(metadataEditor);