@UnstableApi
public final class UrlLinkFrame extends Id3Frame


Url link ID3 frame.

Summary

Public fields

final @Nullable String
final String

Public constructors

UrlLinkFrame(String id, @Nullable String description, String url)

Public methods

boolean
int
String

Inherited fields

From androidx.media3.extractor.metadata.id3.Id3Frame
final String

The frame ID.

Inherited methods

From androidx.media3.common.Metadata.Entry
@Nullable byte[]

Returns the bytes of the wrapped metadata in this Entry, or null if it doesn't contain wrapped metadata.

@Nullable Format

Returns the Format that can be used to decode the wrapped metadata in getWrappedMetadataBytes, or null if this Entry doesn't contain wrapped metadata.

void

Updates the MediaMetadata.Builder with the type-specific values stored in this Entry.

Public fields

description

public final @Nullable String description

url

public final String url

Public constructors

UrlLinkFrame

public UrlLinkFrame(String id, @Nullable String description, String url)

Public methods

equals

public boolean equals(@Nullable Object obj)

hashCode

public int hashCode()

toString

public String toString()