Skip to content

VideoRenderer

Lejla Solak edited this page Feb 10, 2025 · 5 revisions



VideoRenderer(context)

Description

Creates new instance of VideoRenderer.

Arguments

  • context: Context - An instance of the android.content.Context class, which provides access to system services, resources, and application-specific data in an Android application.

Returns



VideoRenderer(context, attributeSet)

Description

Creates a new instance of VideoRenderer.

Arguments

  • context: Context - An instance of the android.content.Context class, which provides access to system services, resources, and application-specific data in an Android application.
  • attributeSet: AttributeSet - A collection of attributes.

Returns



init()

Description

Initializes object of VideoRenderer class.

Arguments

  • none

Returns

  • N/A

Tutorials

Migration guides

Reference documentation

Clone this wiki locally