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

    • audioSamplingRate

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

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

      public String format
      Video file format
    • duration

      public long duration
      Duration of the video file
    • height

      public int height
      Size of the video file
    • width

      public int width
      Size of the video file
    • frameRate

      public float frameRate
      The frame rate of the video
    • bitRate

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

    • MetaData

      protected MetaData()