@UnstableApi
public final class PrivFrame extends Id3Frame


PRIV (Private) ID3 frame.

Summary

Constants

static final String
ID = "PRIV"

Public fields

final String
final byte[]

Public constructors

PrivFrame(String owner, byte[] privateData)

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.

Constants

ID

public static final String ID = "PRIV"

Public fields

owner

public final String owner

privateData

public final byte[] privateData

Public constructors

PrivFrame

public PrivFrame(String owner, byte[] privateData)

Public methods

equals

public boolean equals(@Nullable Object obj)

hashCode

public int hashCode()

toString

public String toString()