StreamObjectBase

abstract class StreamObjectBase

Created by pedro on 9/10/17.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getBitmaps(): Array<Bitmap>
Link copied to clipboard
abstract fun getHeight(): Int
Link copied to clipboard
abstract fun getNumFrames(): Int
Link copied to clipboard
abstract fun getWidth(): Int
Link copied to clipboard
abstract fun recycle()
Link copied to clipboard
abstract fun updateFrame(): Int