Class DrawableOverlay

    • Constructor Detail

      • DrawableOverlay

        public DrawableOverlay()
        Deprecated.
    • Method Detail

      • getDrawable

        public abstract Drawable getDrawable​(long presentationTimeUs)
        Deprecated.
        Returns the overlay Drawable displayed at the specified timestamp.

        The drawable must have its bounds set via Drawable.setBounds(int, int, int, int) for drawable to be displayed on the frame.

        Parameters:
        presentationTimeUs - The presentation timestamp of the current frame, in microseconds.
      • getBitmap

        public Bitmap getBitmap​(long presentationTimeUs)
        Deprecated.
        Description copied from class: BitmapOverlay
        Returns the overlay bitmap displayed at the specified timestamp.
        Specified by:
        getBitmap in class BitmapOverlay
        Parameters:
        presentationTimeUs - The presentation timestamp of the current frame, in microseconds.