Class RubySpan

    • Field Summary

      Fields 
      Modifier and Type Field Description
      @com.google.android.exoplayer2.text.span.TextAnnotation.Position int position
      Deprecated.
      The position of the ruby text relative to the base text.
      String rubyText
      Deprecated.
      The ruby text, i.e.
    • Constructor Summary

      Constructors 
      Constructor Description
      RubySpan​(String rubyText, @com.google.android.exoplayer2.text.span.TextAnnotation.Position int position)
      Deprecated.
       
    • Field Detail

      • rubyText

        public final String rubyText
        Deprecated.
        The ruby text, i.e. the smaller explanatory characters.
      • position

        public final @com.google.android.exoplayer2.text.span.TextAnnotation.Position int position
        Deprecated.
        The position of the ruby text relative to the base text.
    • Constructor Detail

      • RubySpan

        public RubySpan​(String rubyText,
                        @com.google.android.exoplayer2.text.span.TextAnnotation.Position int position)
        Deprecated.