Sample/Documentation for VideoFrames in Compose #1559
karthik-cherryz
started this conversation in
General
Replies: 1 comment
-
Add the AsyncImage(
model = ImageRequest.Builder(LocalContext.current)
.data(url)
.videoFrameMillis(1000)
.build(),
contentDescription = null,
) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Still searching for a proper documentation on how to use VideoFrames in compose. :( Please point me in the right direction.
Beta Was this translation helpful? Give feedback.
All reactions