asNativeMediaMetadata
Converts an AstroMediaMetadata
object to a platform-specific MediaMetadata
object suitable for the underlying media player.
This function utilizes the asNativeMediaMetadataBuilder
function to create a builder, populates it with the necessary metadata fields from the current AstroMediaMetadata
object (likely using appropriate conversion methods), and then builds the final MediaMetadata
object compatible with the underlying media player.
Return
A MediaMetadata
object suitable for the underlying media player.