Inherits BorderPane.
Definition at line 207 of file FXVideoPanel.java.
org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.MediaPane |
( |
| ) |
|
MediaPlayer org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.createMediaPlayer |
( |
String |
mediaUri | ) |
|
|
private |
void org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.reset |
( |
| ) |
|
void org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.resetProgress |
( |
| ) |
|
|
private |
void org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.setFit |
( |
final Dimension |
dims | ) |
|
Set the size of the MediaPane and it's components.
- Parameters
-
dims | the current dimensions of the DataContentViewer |
Definition at line 326 of file FXVideoPanel.java.
void org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.setInfoLabelText |
( |
final String |
text | ) |
|
void org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.setInfoLabelToolTipText |
( |
final String |
text | ) |
|
|
private |
void org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.setProgressActionListeners |
( |
| ) |
|
|
private |
Set the action listeners for the pause button and progress slider.
Definition at line 338 of file FXVideoPanel.java.
void org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.updateProgress |
( |
| ) |
|
|
private |
Update the progress slider and label with the current time of the media.
Definition at line 436 of file FXVideoPanel.java.
void org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.updateSlider |
( |
Duration |
currentTime | ) |
|
|
private |
Update the slider with the current time.
- Parameters
-
Definition at line 450 of file FXVideoPanel.java.
void org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.updateTime |
( |
Duration |
currentTime | ) |
|
|
private |
Update the progress label with the current time.
- Parameters
-
Definition at line 465 of file FXVideoPanel.java.
final VBox org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.controlPanel |
|
private |
Duration org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.duration |
|
private |
final String org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.durationFormat = "%02d:%02d:%02d/%02d:%02d:%02d " |
|
private |
final Label org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.infoLabel |
|
private |
MediaPlayer org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.mediaPlayer |
|
private |
final HBox org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.mediaTools |
|
private |
final MediaView org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.mediaView |
|
private |
final HBox org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.mediaViewPane |
|
private |
final String org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.PAUSE_TEXT = "||" |
|
staticprivate |
final Button org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.pauseButton |
|
private |
final String org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.PLAY_TEXT = "►" |
|
staticprivate |
final Label org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.progressLabel |
|
private |
final Slider org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.progressSlider |
|
private |
final String org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.STOP_TEXT = "X" |
|
staticprivate |
final Button org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.stopButton |
|
private |
int org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.totalHours |
|
private |
int org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.totalMinutes |
|
private |
int org.sleuthkit.autopsy.contentviewers.FXVideoPanel.MediaPane.totalSeconds |
|
private |
The documentation for this class was generated from the following file:
- /home/carriersleuth/repos/autopsy/Core/src/org/sleuthkit/autopsy/contentviewers/FXVideoPanel.java