Class TextEmphasisSpan

    • Field Detail

      • markShape

        public @com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkShape int markShape
        The mark shape used for text emphasis.
      • markFill

        public @com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkShape int markFill
        The mark fill for the text emphasis mark.
      • position

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

      • TextEmphasisSpan

        public TextEmphasisSpan​(@com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkShape int shape,
                                @com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkFill int fill,
                                @com.google.android.exoplayer2.text.span.TextAnnotation.Position int position)