FrameExtractor.Frame
Artifact: androidx.media3:media3-inspector
class FrameExtractor.Frame
Stores an extracted and decoded video frame.
Summary
Public properties |
|
|---|---|
Bitmap! |
The extracted frame contents. |
Long |
The presentation timestamp of the extracted frame, in milliseconds. |
Public properties
presentationTimeMs
val presentationTimeMs: Long
The presentation timestamp of the extracted frame, in milliseconds.