RemoteShareTextureView

class RemoteShareTextureView @JvmOverloads constructor(    context: <Error class: unknown class>,     attrs: <Error class: unknown class>? = null,     defStyleAttr: Int = 0)

A TextureView for remote share rendering. You can add this view to your layout to display the remote share content. You can also set a RemoteShareCallback to listen to remote share events.

Constructors

Link copied to clipboard
fun RemoteShareTextureView(    context: <Error class: unknown class>,     attrs: <Error class: unknown class>? = null,     defStyleAttr: Int = 0)

Types

Link copied to clipboard
object Companion : BaseLogger

Functions

Link copied to clipboard
fun setRemoteShareCallback(callback: RemoteShareCallback)