Class MediaAnnotation

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • setMediaOptions

         void setMediaOptions(@NonNull() EnumSet<MediaOptions> mediaOptions)

        Sets media options for this media annotation.

        Parameters:
        mediaOptions - Media options flags to be set on the annotation.
      • getWindowMediaType

         MediaWindowType getWindowMediaType()

        Returns type of the window to be used when playing this media content.

        Returns:

        Type of the media window to be used.

      • setWindowMediaType

         void setWindowMediaType(@NonNull() MediaWindowType mediaWindowType)

        Sets type of the window to be used when playing this media content.

        Parameters:
        mediaWindowType - Type of the media window to be used.