-
Notifications
You must be signed in to change notification settings - Fork 2
VideoRenderer
Ajša Terko edited this page Apr 26, 2023
·
4 revisions
VideoRenderer(Context context)
VideoRenderer(Context context, AttributeSet attributeSet)
void init()
Creates new instance of VideoRenderer
.
-
context
:Context
- Interface to global information about an application environment.
-
VideoRenderer
- Created instance.
Creates a new instance of VideoRenderer
.
-
context
:Context
- Interface to global information about an application environment. -
attributeSet
:AttributeSet
- A collection of attributes.
-
VideoRenderer
- Created instance.
Initializes object of VideoRenderer
class.
none
N/A