-
- All Implemented Interfaces:
-
android.graphics.drawable.Drawable.Callback
,android.view.KeyEvent.Callback
,android.view.ViewManager
,android.view.ViewParent
,android.view.accessibility.AccessibilityEventSource
,com.vdocipher.aegis.player.internal.adb.AdbMonitorWithJitter.Listener
public final class VdoPlayerControlView extends VdoPlayerBaseControlView
A view for controlling playback via a VdoPlayer.
-
-
Constructor Summary
Constructors Constructor Description VdoPlayerControlView(Context context, AttributeSet attrs, Integer defStyle)
VdoPlayerControlView(Context context, AttributeSet attrs)
VdoPlayerControlView(Context context)
-
Method Summary
Modifier and Type Method Description Unit
setVdoParamsGenerator(VdoParamsGenerator vdoParamsGenerator)
-
-
Constructor Detail
-
VdoPlayerControlView
VdoPlayerControlView(Context context, AttributeSet attrs, Integer defStyle)
-
VdoPlayerControlView
VdoPlayerControlView(Context context, AttributeSet attrs)
-
VdoPlayerControlView
VdoPlayerControlView(Context context)
-
-
Method Detail
-
setVdoParamsGenerator
Unit setVdoParamsGenerator(VdoParamsGenerator vdoParamsGenerator)
-
-
-
-