Package 

Interface PlayerHost.InitializationListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onInitializationSuccess(PlayerHost playerHost, VdoPlayer player, boolean wasRestored) Called when the PlayerHost is initialized successfully.
      abstract void onInitializationFailure(PlayerHost playerHost, ErrorDescription errorDescription) Called when the VdoPlayer initialization fails.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onInitializationSuccess

         abstract void onInitializationSuccess(PlayerHost playerHost, VdoPlayer player, boolean wasRestored)

        Called when the PlayerHost is initialized successfully.

        Parameters:
        playerHost - the initialized PlayerHost
        player - a VdoPlayer hosted by the playerHost which can be used to load media and control playback
        wasRestored - if the playerHost was restored from a previous state