Package 

Class ResolutionReference


  • 
    public final class ResolutionReference
    
                        

    Reference to a specific video resolution including its file path.

    • Method Summary

      Modifier and Type Method Description
      final String getResolution()
      final String getPath()
      • Methods inherited from class java.lang.Object

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

      • ResolutionReference

        ResolutionReference(String resolution, String path)
        Parameters:
        resolution - The resolution (e.g., 720p, 1080p).
        path - The file path associated with this resolution.