| Package | Description |
|---|---|
| org.wicketstuff.html5.media.webvtt |
| Modifier and Type | Method and Description |
|---|---|
VttTime |
VttCue.getStartTime()
Gets the start time
|
VttTime |
VttCue.getStopTime()
Gets the stop time
|
VttTime |
VttTime.setH(int h)
Sets the hour (has to be blow 100)
|
VttTime |
VttTime.setM(int m)
Sets the minutes (has to be below 100)
|
VttTime |
VttTime.setMi(int mi)
Sets the milliseconds (has to be below 1000)
|
VttTime |
VttTime.setS(int s)
Sets the seconds (has to be below 100)
|
| Constructor and Description |
|---|
VttCue(String cueId,
VttTime startTime,
VttTime stopTime,
String text)
Creates a cue with the required arguments
|
Copyright © 2015. All rights reserved.