Inherits SwingWorker< Object, Object >.
Definition at line 578 of file GstVideoPanel.java.
Object org.sleuthkit.autopsy.contentviewers.GstVideoPanel.VideoProgressWorker.doInBackground |
( |
| ) |
throws Exception |
|
protected |
void org.sleuthkit.autopsy.contentviewers.GstVideoPanel.VideoProgressWorker.done |
( |
| ) |
|
|
protected |
boolean org.sleuthkit.autopsy.contentviewers.GstVideoPanel.VideoProgressWorker.hasNotEnded |
( |
| ) |
|
|
private |
- Returns
- true while millisElapsed is greater than END_TIME_MARGIN_MS from durationMillis. This is used to indicate when the video has ended because for some videos the time elapsed never becomes equal to the reported duration of the video.
Definition at line 620 of file GstVideoPanel.java.
boolean org.sleuthkit.autopsy.contentviewers.GstVideoPanel.VideoProgressWorker.isPlayBinReady |
( |
| ) |
|
|
private |
void org.sleuthkit.autopsy.contentviewers.GstVideoPanel.VideoProgressWorker.resetVideo |
( |
| ) |
throws Exception |
|
private |
final String org.sleuthkit.autopsy.contentviewers.GstVideoPanel.VideoProgressWorker.durationFormat = "%02d:%02d:%02d/%02d:%02d:%02d " |
|
private |
final long org.sleuthkit.autopsy.contentviewers.GstVideoPanel.VideoProgressWorker.END_TIME_MARGIN_MS = 50 |
|
private |
final long org.sleuthkit.autopsy.contentviewers.GstVideoPanel.VideoProgressWorker.INTER_FRAME_PERIOD_MS = 20 |
|
private |
long org.sleuthkit.autopsy.contentviewers.GstVideoPanel.VideoProgressWorker.millisElapsed = 0 |
|
private |
The documentation for this class was generated from the following file:
- /home/carriersleuth/repos/autopsy/Core/src/org/sleuthkit/autopsy/contentviewers/GstVideoPanel.java