Searched refs:copyWithAppendedEntriesFrom (Results 1 – 4 of 4) sorted by relevance
102 public Metadata copyWithAppendedEntriesFrom(@Nullable Metadata other) { in copyWithAppendedEntriesFrom() method in Metadata
255 return metadata == null ? other : metadata.copyWithAppendedEntriesFrom(other); in getMetadataCopyWithAppendedEntriesFrom()
1402 : this.metadata.copyWithAppendedEntriesFrom(manifestFormat.metadata); in withManifestFormatInfo()
1321 metadata = sampleFormat.metadata.copyWithAppendedEntriesFrom(metadata);