Class VRMediaView.MetaData

java.lang.Object
videoRangePanel.layoutFX.VRMediaView.MetaData
Enclosing class:
VRMediaView

protected class VRMediaView.MetaData extends Object
Holds meta data for the video file.
Author:
Jamie Macaulay
  • Field Details Link icon

    • audioSamplingRate Link icon

      public int audioSamplingRate
      The audio sampling rate in number of samples per second
    • audioChannels Link icon

      public int audioChannels
      The num,ber of audio channels
    • format Link icon

      public String format
      Video file format
    • duration Link icon

      public long duration
      Duration of the video file
    • height Link icon

      public int height
      Size of the video file
    • width Link icon

      public int width
      Size of the video file
    • frameRate Link icon

      public float frameRate
      The frame rate of the video
    • bitRate Link icon

      public int bitRate
      The bit rate of the video file.
  • Constructor Details Link icon

    • MetaData Link icon

      protected MetaData()