mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix up some duplicate javadoc on Cue
This was messed up by me in a035c2e20a
PiperOrigin-RevId: 303930392
This commit is contained in:
parent
b6ebd48506
commit
3aac5b58b8
1 changed files with 2 additions and 6 deletions
|
|
@ -156,16 +156,12 @@ public final class Cue {
|
||||||
/**
|
/**
|
||||||
* The type of the {@link #line} value.
|
* The type of the {@link #line} value.
|
||||||
*
|
*
|
||||||
* <p>{@link #LINE_TYPE_FRACTION} indicates that {@link #line} is a fractional position within the
|
|
||||||
* viewport.
|
|
||||||
*
|
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>{@link #LINE_TYPE_FRACTION} indicates that {@link #line} is a fractional position within
|
* <li>{@link #LINE_TYPE_FRACTION} indicates that {@link #line} is a fractional position within
|
||||||
* the viewport.
|
* the viewport.
|
||||||
* <li>
|
* <li>{@link #LINE_TYPE_NUMBER} indicates that {@link #line} is a line number, where the size
|
||||||
|
* of each line is taken to be the size of the first line of the cue.
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>{@link #LINE_TYPE_NUMBER} indicates that {@link #line} is a line number, where the
|
|
||||||
* size of each line is taken to be the size of the first line of the cue.
|
|
||||||
* <li>When {@link #line} is greater than or equal to 0 lines count from the start of the
|
* <li>When {@link #line} is greater than or equal to 0 lines count from the start of the
|
||||||
* viewport, with 0 indicating zero offset from the start edge. When {@link #line} is
|
* viewport, with 0 indicating zero offset from the start edge. When {@link #line} is
|
||||||
* negative lines count from the end of the viewport, with -1 indicating zero offset
|
* negative lines count from the end of the viewport, with -1 indicating zero offset
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue