Package 

Class GoogleDaiVodConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class GoogleDaiVodConfiguration.Builder

      The builder for the Google DAI VOD configuration.

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getContentSourceID() The identifier for the publisher's content for on-demand streams.
      String getVideoID() The identifier for the video content source for on-demand streams.
      boolean equals(Object o)
      int hashCode()
      • Methods inherited from class com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration

        getAdTagParameters, getApiKey, getAuthToken, getAvailabilityType, getFormat, getStreamActivityMonitorID
      • Methods inherited from class com.theoplayer.android.api.source.ssai.SsaiDescription

        getIntegration
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getContentSourceID

        @NonNull() String getContentSourceID()

        The identifier for the publisher's content for on-demand streams.

        • The publisher's content comes from a CMS.
        • This property is required for on-demand streams.
      • getVideoID

        @NonNull() String getVideoID()

        The identifier for the video content source for on-demand streams.

        • This property is required for on-demand streams.