-
Notifications
You must be signed in to change notification settings - Fork 2
VideoRenderer
Lejla Solak edited this page Feb 10, 2025
·
5 revisions
VideoRenderer(Context context)
VideoRenderer(Context context, AttributeSet attributeSet)
void init()
Creates new instance of VideoRenderer
.
-
context
:Context
- An instance of theandroid.content.Context
class, which provides access to system services, resources, and application-specific data in an Android application.
-
VideoRenderer
- Created instance.
Creates a new instance of VideoRenderer
.
-
context
:Context
- An instance of theandroid.content.Context
class, which provides access to system services, resources, and application-specific data in an Android application. -
attributeSet
:AttributeSet
- A collection of attributes.
-
VideoRenderer
- Created instance.
Initializes object of VideoRenderer
class.
none
N/A