Class VideoStreamMetadata


public class VideoStreamMetadata extends StreamMetadata
This class bundles technical information about a video stream.
  • Field Details

    • formatSettingsBVOP

      protected String formatSettingsBVOP
    • formatSettingsCABAC

      protected String formatSettingsCABAC
    • formatSettingsQPel

      protected String formatSettingsQPel
    • formatSettingsGMC

      protected String formatSettingsGMC
    • formatSettingsMatrix

      protected String formatSettingsMatrix
    • formatSettingsRefFrames

      protected String formatSettingsRefFrames
    • formatSettingsPulldown

      protected String formatSettingsPulldown
    • frameWidth

      protected Integer frameWidth
    • frameHeight

      protected Integer frameHeight
    • pixelAspectRatio

      protected Float pixelAspectRatio
    • displayAspectRatio

      protected Float displayAspectRatio
    • frameRate

      protected Float frameRate
    • frameRateMinimum

      protected Float frameRateMinimum
    • frameRateMaximum

      protected Float frameRateMaximum
    • frameRateMode

      protected org.opencastproject.mediapackage.track.FrameRateMode frameRateMode
    • frameCount

      protected Long frameCount
    • videoStandard

      protected String videoStandard
    • qualityFactor

      protected Float qualityFactor
    • scanType

      protected org.opencastproject.mediapackage.track.ScanType scanType
    • scanOrder

      protected org.opencastproject.mediapackage.track.ScanOrder scanOrder
  • Constructor Details

    • VideoStreamMetadata

      public VideoStreamMetadata()
  • Method Details

    • getFormatSettingsBVOP

      public String getFormatSettingsBVOP()
    • setFormatSettingsBVOP

      public void setFormatSettingsBVOP(String formatSettingsBVOP)
    • getFormatSettingsCABAC

      public String getFormatSettingsCABAC()
    • setFormatSettingsCABAC

      public void setFormatSettingsCABAC(String formatSettingsCABAC)
    • getFormatSettingsQPel

      public String getFormatSettingsQPel()
    • setFormatSettingsQPel

      public void setFormatSettingsQPel(String formatSettingsQPel)
    • getFormatSettingsGMC

      public String getFormatSettingsGMC()
    • setFormatSettingsGMC

      public void setFormatSettingsGMC(String formatSettingsGMC)
    • getFormatSettingsMatrix

      public String getFormatSettingsMatrix()
    • setFormatSettingsMatrix

      public void setFormatSettingsMatrix(String formatSettingsMatrix)
    • getFormatSettingsRefFrames

      public String getFormatSettingsRefFrames()
    • setFormatSettingsRefFrames

      public void setFormatSettingsRefFrames(String formatSettingsRefFrames)
    • getFormatSettingsPulldown

      public String getFormatSettingsPulldown()
    • setFormatSettingsPulldown

      public void setFormatSettingsPulldown(String formatSettingsPulldown)
    • getFrameWidth

      public Integer getFrameWidth()
      Returns the frame width in pixels.
    • setFrameWidth

      public void setFrameWidth(Integer frameWidth)
      Sets the frame width in pixels.
    • getFrameHeight

      public Integer getFrameHeight()
      Returns the frame height in pixels.
    • setFrameHeight

      public void setFrameHeight(Integer frameHeight)
      Sets the frame height in pixels.
    • getPixelAspectRatio

      public Float getPixelAspectRatio()
      Gets the pixel aspect ratio.
    • setPixelAspectRatio

      public void setPixelAspectRatio(Float pixelAspectRatio)
    • getDisplayAspectRatio

      public Float getDisplayAspectRatio()
    • setDisplayAspectRatio

      public void setDisplayAspectRatio(Float displayAspectRatio)
    • getFrameRate

      public Float getFrameRate()
      Returns the frame rate in frames per second.
    • setFrameRate

      public void setFrameRate(Float frameRate)
      Sets the frame rate in frames per second.
    • getFrameRateMinimum

      public Float getFrameRateMinimum()
    • setFrameRateMinimum

      public void setFrameRateMinimum(Float frameRateMinimum)
    • getFrameRateMaximum

      public Float getFrameRateMaximum()
    • setFrameRateMaximum

      public void setFrameRateMaximum(Float frameRateMaximum)
    • getFrameRateMode

      public org.opencastproject.mediapackage.track.FrameRateMode getFrameRateMode()
    • setFrameRateMode

      public void setFrameRateMode(org.opencastproject.mediapackage.track.FrameRateMode frameRateMode)
    • getFrameCount

      public Long getFrameCount()
    • setFrameCount

      public void setFrameCount(Long frameCount)
    • getVideoStandard

      public String getVideoStandard()
    • setVideoStandard

      public void setVideoStandard(String videoStandard)
    • getQualityFactor

      public Float getQualityFactor()
    • setQualityFactor

      public void setQualityFactor(Float qualityFactor)
    • getScanType

      public org.opencastproject.mediapackage.track.ScanType getScanType()
    • setScanType

      public void setScanType(org.opencastproject.mediapackage.track.ScanType scanType)
    • getScanOrder

      public org.opencastproject.mediapackage.track.ScanOrder getScanOrder()
    • setScanOrder

      public void setScanOrder(org.opencastproject.mediapackage.track.ScanOrder scanOrder)