-
Notifications
You must be signed in to change notification settings - Fork 0
preview card
milan jurkulák edited this page Aug 29, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.ui.components.card/PreviewCard
[androidJvm]\
fun PreviewCard(modifier: Modifier = Modifier, videoUrl: String = "", aspectRatio: Float? = 16f / 9f, hasFocus: Boolean = false, clipStartPosition: Long = 2000000, clipEndPosition: Long = 8000000, thumbnailFrame: Long = 5000000, thumbnailUrl: String? = null)