Class VideoMediaItem

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Boolean usePlayer
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getUsePlayer() If true the app will try to stream the video using the built-in player (requires a direct link to the video file), otherwise it will played in a web browser
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VideoMediaItem

        VideoMediaItem(String videoLink, Boolean usePlayer)
        Parameters:
        videoLink - Video URL
    • Method Detail

      • getUsePlayer

         final Boolean getUsePlayer()

        If true the app will try to stream the video using the built-in player (requires a direct link to the video file), otherwise it will played in a web browser