Class MediaFile.Builder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final <Error class: unknown class> resourceURI(String resourceURI) Sets the URI of the VAST content.
      final <Error class: unknown class> type(String type) Sets the MIME type for the file container.
      final <Error class: unknown class> delivery(String delivery) Sets the delivery type.
      final <Error class: unknown class> width(Integer width) Sets the native width of the video file, in pixels.
      final <Error class: unknown class> height(Integer height) Sets the native height of the video file, in pixels.
      final MediaFile build() Builds the MediaFile.
      • Methods inherited from class java.lang.Object

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

      • MediaFile.Builder

        MediaFile.Builder()
        Creates a builder for a MediaFile.
    • Method Detail

      • resourceURI

         final <Error class: unknown class> resourceURI(String resourceURI)

        Sets the URI of the VAST content.

      • type

         final <Error class: unknown class> type(String type)

        Sets the MIME type for the file container.

      • delivery

         final <Error class: unknown class> delivery(String delivery)

        Sets the delivery type.

      • width

         final <Error class: unknown class> width(Integer width)

        Sets the native width of the video file, in pixels.

      • height

         final <Error class: unknown class> height(Integer height)

        Sets the native height of the video file, in pixels.