VideoExoPlayer

Last Updated On 2021-07-16

Version 1MinSDK 7Tutorial Video

Exo player for videos


Properties

You can set the below properties in the UI part of the builder.

  • HeihMargin - it's a four value which is set to 0,0,0,0 by default.
  • HeihPadding - it's a four value which is set to 0,0,0,0 by default.
  • MarginBottom - it's a non negative float value which is set to 0 by default.
  • MarginLeft - it's a non negative float value which is set to 0 by default.
  • MarginRight - it's a non negative float value which is set to 0 by default.
  • MarginTop - it's a non negative float value which is set to 0 by default.
  • PaddingBottom - it's a non negative float value which is set to 0 by default.
  • PaddingLeft - it's a non negative float value which is set to 0 by default.
  • PaddingRight - it's a non negative float value which is set to 0 by default.
  • PaddingTop - it's a non negative float value which is set to 0 by default.
  • Url - it's a text value which is set to blank by default.
  • Visible - it's a visibility value which is set to true by default.

Block Properties

You can set the below blocks properties in the blocks section of the builder.

FullScreen

Property for FullScreen


Height

Specifies the vertical height of the NiotronVideoExoPlayer, measured in pixels.


HeightPercent

Specifies the vertical height of the NiotronVideoExoPlayer as a percentage of the height of the Screen.


MarginBottom

Property for MarginBottom


MarginLeft

Property for MarginLeft


MarginRight

Property for MarginRight


MarginTop

Property for MarginTop


PaddingBottom

Property for PaddingBottom


PaddingLeft

Property for PaddingLeft


PaddingRight

Property for PaddingRight


PaddingTop

Property for PaddingTop


Url

Property for Url


Visible

Specifies whether the NiotronVideoExoPlayer should be visible on the screen. Value is true if the NiotronVideoExoPlayer is showing and false if hidden.


Width

Specifies the horizontal width of the NiotronVideoExoPlayer, measured in pixels.


WidthPercent

Specifies the horizontal width of the NiotronVideoExoPlayer as a percentage of the width of the Screen.



Methods

You can set the below method blocks in the blocks section of the builder.

AddCustomView

Method for AddCustomView

GetBufferedPercentage

Method for GetBufferedPercentage

GetBufferedPosition

Method for GetBufferedPosition

GetCurrentPosition

Method for GetCurrentPosition

GetDuration

Method for GetDuration

GetPlaybackState

Method for GetPlaybackState

HideController

Method for HideController

IsLoading

Method for IsLoading

Pause

Method for Pause

Play

Method for Play

SeekTo

Method for SeekTo

ShownController

Method for ShownController


Events

You can set the below event blocks in the blocks section of the builder.

ErrorOccurredWhileCreating

Event for ErrorOccurredWhileCreating

IdleState

Event for IdleState

IsPlayingChanged

Event for IsPlayingChanged

LoadingChanged

Event for LoadingChanged

PlayerError

Event for PlayerError

VideoBuffering

Event for VideoBuffering

VideoEnded

Event for VideoEnded

VideoReadyToPlay

Event for VideoReadyToPlay