Package 

Class SSAISourceSelector

  • All Implemented Interfaces:
    com.brightcove.player.controller.SourceSelector

    
    public class SSAISourceSelector
     implements SourceSelector
                        

    Provides a default SourceSelector controller implementation that will automatically select a Source rendition based on the following rules:

    • A DASH source rendition with a vmap property will be used if available
    • If not, an HLS rendition with a vmap property will be used if available
    • If no DASH or HLS renditions exist with a vmap property, throw a NoSourceFoundException
    • Method Summary

      Modifier and Type Method Description
      Source selectSource(@NonNull() Video video)
      • Methods inherited from class com.brightcove.player.controller.SourceSelector

        selectSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait