Allow recording in-app videos encrypted to disk.

This commit is contained in:
Greyson Parrelli
2026-08-04 20:03:31 -03:00
committed by Alex Hart
parent b812bf3e5f
commit 607115b49e
31 changed files with 1007 additions and 119 deletions
@@ -14,7 +14,6 @@ object VideoConstants {
const val MB: Int = 1000 * KB
const val VIDEO_SHORT_EDGE_HD = 720
const val VIDEO_LONG_EDGE_HD = 1280
const val VIDEO_MAX_RECORD_LENGTH_S = 60
const val AUDIO_MIME_TYPE = MediaFormat.MIMETYPE_AUDIO_AAC
const val RECORDED_VIDEO_CONTENT_TYPE: String = "video/mp4"