Interface Caption


public interface Caption
A single caption at a point in time.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the caption text.
    Get the start time of the caption.
    Get the end time of the caption.
  • Method Details

    • getStartTime

      Time getStartTime()
      Get the start time of the caption.
      Returns:
      caption start time
    • getStopTime

      Time getStopTime()
      Get the end time of the caption.
      Returns:
      caption end time
    • getCaption

      String[] getCaption()
      Get the caption text.
      Returns:
      caption text