Class VmapAdBreak


  • public class VmapAdBreak
    extends java.lang.Object
    A VMAP ad break.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String mOffset
      The offset of this VMAP Ad Break
      java.lang.String mType
      The type of this VMAP Ad Break
      VmapInfo mVmapInfo
      The VMAP info for this Ad Break
    • Constructor Summary

      Constructors 
      Constructor Description
      VmapAdBreak​(java.lang.String type, java.lang.String offset, VmapInfo vmapInfo)  
    • Field Detail

      • mType

        public final java.lang.String mType
        The type of this VMAP Ad Break
      • mOffset

        public final java.lang.String mOffset
        The offset of this VMAP Ad Break
      • mVmapInfo

        public final VmapInfo mVmapInfo
        The VMAP info for this Ad Break
    • Constructor Detail

      • VmapAdBreak

        public VmapAdBreak​(java.lang.String type,
                           java.lang.String offset,
                           VmapInfo vmapInfo)
    • Method Detail

      • getType

        public java.lang.String getType()
      • getOffset

        public java.lang.String getOffset()
      • getVMapInfo

        public VmapInfo getVMapInfo()