Home | History | Annotate | Download | only in media

Lines Matching refs:MetadataEditor

66     private MetadataEditor mMetadataEditor;
189 * @param metadataEditor the container of the new metadata.
191 public void onClientMetadataUpdate(MetadataEditor metadataEditor);
375 * Creates a {@link MetadataEditor} for updating metadata values of the editable keys of
378 * @return a new MetadataEditor instance.
380 public MetadataEditor editMetadata() {
381 MetadataEditor editor = new MetadataEditor();
394 public class MetadataEditor extends MediaMetadataEditor {
398 protected MetadataEditor() { }
403 protected MetadataEditor(Bundle metadata, long editableKeys) {
448 // NOT setting mApplied to true as this type of MetadataEditor will be applied
655 final MetadataEditor metadataEditor;
656 // prepare the received Bundle to be used inside a MetadataEditor
664 mMetadataEditor = new MetadataEditor(legacyMetadata, editableKeys);
665 metadataEditor = mMetadataEditor;
668 l.onClientMetadataUpdate(metadataEditor);