Package-level declarations

Types

Link copied to clipboard
class HkSurfaceView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0, defStyleRes: Int = 0) : SurfaceView, StreamView

A view that displays a video content of a Stream object which uses SurfaceView.

Link copied to clipboard
class HkTextureView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0, defStyleRes: Int = 0) : TextureView, StreamView, TextureView.SurfaceTextureListener

A view that displays a video content of a Stream object which uses TextureView.