Package 

Interface VideoQuality

  • All Implemented Interfaces:
    com.theoplayer.android.api.player.track.mediatrack.quality.Quality

    
    public interface VideoQuality
     implements Quality
                        

    Represents a quality of a video track.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract int getHeight() The video height of this quality as defined in the manifest.
      abstract int getWidth() The video width of this quality as defined by the manifest.
      abstract double getFrameRate() The framerate of this quality as defined by the manifest.
      • Methods inherited from class com.theoplayer.android.api.player.track.mediatrack.quality.Quality

        getBandwidth, getCodecs, getId, getName, getUid
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getHeight

         abstract int getHeight()

        The video height of this quality as defined in the manifest.

      • getWidth

         abstract int getWidth()

        The video width of this quality as defined by the manifest.

      • getFrameRate

         abstract double getFrameRate()

        The framerate of this quality as defined by the manifest.