We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15593e commit 2d65871Copy full SHA for 2d65871
library/src/main/java/com/gowtham/library/utils/VideoRes.kt
@@ -14,6 +14,7 @@ fun fromDisplayName(name: String): VideoRes? =
14
15
16
fun getVideoResNames(context: Activity, inputUri: Uri): List<String> {
17
+
18
val wh = TrimmerUtils.getVideoRes(context, inputUri)
19
val inputRes = TrimmerUtils.classifyResolution(wh!!.first!!, wh.second!!)
20
return if (inputRes== VideoRes.LOWER_SD){
0 commit comments