FakeMetadataEntry


@UnstableApi
class FakeMetadataEntry : Metadata.Entry


A fake Metadata.Entry.

Summary

Public constructors

Public functions

Boolean
equals(obj: Any?)
Int

Public properties

String!

Inherited functions

From androidx.media3.common.Metadata.Entry
ByteArray<Byte>?

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

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.

Unit

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

Public constructors

FakeMetadataEntry

FakeMetadataEntry(data: String!)

Public functions

equals

fun equals(obj: Any?): Boolean

hashCode

fun hashCode(): Int

Public properties

data

val dataString!