Class Ad


  • public class Ad
    extends Object
    Ad container.
    Since:
    3.2.2
    • Field Detail

      • durationMs

        public long durationMs
        Ad duration in milliseconds or C.TIME_UNSET
      • positionMs

        public long positionMs
        Ad position in milliseconds within the window in case of SdkConsts.AD_EMBEDDED stream type or C.TIME_UNSET
      • id

        @Nullable
        public String id
        Ad Id
      • title

        @Nullable
        public String title
        Ad title
      • adTagUri

        @Nullable
        public Uri adTagUri
        Ad Tag Uri
      • adAssetUri

        @Nullable
        public Uri adAssetUri
        Ad Asset Uri
      • streamType

        public int streamType
      • playerType

        public int playerType
      • skipTimeOffset

        public double skipTimeOffset
        The number of seconds of playback before the ad becomes skippable.
    • Constructor Detail

      • Ad

        public Ad()