FrameInfo
Artifact: androidx.media3:media3-common
@UnstableApi
class FrameInfo
Value class specifying information about a decoded video frame.
Summary
Public properties |
|
|---|---|
Format! |
The |
Long |
The offset that must be added to the frame presentation timestamp, in microseconds. |
Public constructors
Public properties
format
val format: Format!
The Format of the frame.
The colorInfo must be set, and the width and height must be greater than 0.
offsetToAddUs
val offsetToAddUs: Long
The offset that must be added to the frame presentation timestamp, in microseconds.