Class TextEmphasisSpan
- java.lang.Object
-
- com.google.android.exoplayer2.text.span.TextEmphasisSpan
-
- All Implemented Interfaces:
LanguageFeatureSpan
@Deprecated public final class TextEmphasisSpan extends Object implements LanguageFeatureSpan
Deprecated.com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.A styling span for text emphasis marks.These are pronunciation aids such as Japanese boutens which can be rendered using the text-emphasis CSS property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TextEmphasisSpan.MarkFill
Deprecated.The possible mark fills that can be used.static interface
TextEmphasisSpan.MarkShape
Deprecated.The possible mark shapes that can be used.
-
Field Summary
Fields Modifier and Type Field Description static int
MARK_FILL_FILLED
Deprecated.static int
MARK_FILL_OPEN
Deprecated.static int
MARK_FILL_UNKNOWN
Deprecated.static int
MARK_SHAPE_CIRCLE
Deprecated.static int
MARK_SHAPE_DOT
Deprecated.static int
MARK_SHAPE_NONE
Deprecated.static int
MARK_SHAPE_SESAME
Deprecated.@com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkShape int
markFill
Deprecated.The mark fill for the text emphasis mark.@com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkShape int
markShape
Deprecated.The mark shape used for text emphasis.@com.google.android.exoplayer2.text.span.TextAnnotation.Position int
position
Deprecated.The position of the text emphasis relative to the base text.
-
Constructor Summary
Constructors Constructor Description 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)
Deprecated.
-
-
-
Field Detail
-
MARK_SHAPE_NONE
public static final int MARK_SHAPE_NONE
Deprecated.- See Also:
- Constant Field Values
-
MARK_SHAPE_CIRCLE
public static final int MARK_SHAPE_CIRCLE
Deprecated.- See Also:
- Constant Field Values
-
MARK_SHAPE_DOT
public static final int MARK_SHAPE_DOT
Deprecated.- See Also:
- Constant Field Values
-
MARK_SHAPE_SESAME
public static final int MARK_SHAPE_SESAME
Deprecated.- See Also:
- Constant Field Values
-
MARK_FILL_UNKNOWN
public static final int MARK_FILL_UNKNOWN
Deprecated.- See Also:
- Constant Field Values
-
MARK_FILL_FILLED
public static final int MARK_FILL_FILLED
Deprecated.- See Also:
- Constant Field Values
-
MARK_FILL_OPEN
public static final int MARK_FILL_OPEN
Deprecated.- See Also:
- Constant Field Values
-
markShape
public @com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkShape int markShape
Deprecated.The mark shape used for text emphasis.
-
markFill
public @com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkShape int markFill
Deprecated.The mark fill for the text emphasis mark.
-
position
public final @com.google.android.exoplayer2.text.span.TextAnnotation.Position int position
Deprecated.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)
Deprecated.
-
-