ApicFrame
Artifact: androidx.media3:media3-extractor
@UnstableApi
public final class ApicFrame extends Id3Frame
| java.lang.Object | ||
| ↳ | androidx.media3.extractor.metadata.id3.Id3Frame | |
| ↳ | androidx.media3.extractor.metadata.id3.ApicFrame |
APIC (Attached Picture) ID3 frame.
Summary
Public constructors |
|---|
Public methods |
|
|---|---|
boolean |
|
int |
hashCode() |
void |
Updates the |
String |
toString() |
Inherited methods |
||||
|---|---|---|---|---|
|
Public fields
Public constructors
Public methods
populateMediaMetadata
public void populateMediaMetadata(MediaMetadata.Builder builder)
Updates the MediaMetadata.Builder with the type-specific values stored in this
Entry.
| Parameters | |
|---|---|
MediaMetadata.Builder builder |
The builder to be updated. |