Class RubySpan

    • Field Detail

      • rubyText

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

        public final @com.google.android.exoplayer2.text.span.TextAnnotation.Position int position
        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)