ExperimentalFrameExtractor.Frame


public final class ExperimentalFrameExtractor.Frame


Stores an extracted and decoded video frame.

Summary

Public fields

final Bitmap

The extracted frame contents.

final long

The presentation timestamp of the extracted frame, in milliseconds.

Public fields

bitmap

public final Bitmap bitmap

The extracted frame contents.

presentationTimeMs

public final long presentationTimeMs

The presentation timestamp of the extracted frame, in milliseconds.