Video View
open class VideoView(viewContext: Context, attrs: AttributeSet?, defStyleAttr: Int, defStyleRes: Int) : RelativeLayout, MediaTrackSink
Content copied to clipboard
Renders a MediaStreamTrack
from a local or remote participant.
Internally, this uses a SurfaceView
to provide the best performance. For UI layouts which require overlapping or transparent video views, consider VideoTextureView
instead.
Constructors
Link copied to clipboard
fun VideoView(viewContext: Context, attrs: AttributeSet?, defStyleAttr: Int)
Content copied to clipboard
Link copied to clipboard