AnimatedMediaInfoDisplay

fun AnimatedMediaInfoDisplay(media: MediaUiModel?, loading: Boolean, modifier: Modifier = Modifier, colorScheme: ColorScheme = MaterialTheme.colorScheme)

Animated MediaDisplay implementation for PlayerScreen including player status.

Parameters

media

The current media being played.

loading

Whether the player is currently loading.

modifier

Modifier for the display.

colorScheme

The color scheme to use for the display.