mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
chore: cleanup
This commit is contained in:
parent
3a542f3a4d
commit
32d35c5cd7
@ -27,7 +27,6 @@ class VideoBatchesFolder(
|
|||||||
customFolder,
|
customFolder,
|
||||||
subfolderName,
|
subfolderName,
|
||||||
) {
|
) {
|
||||||
// TODO: Sort batches!
|
|
||||||
override val concatenationFunction = ::concatenateVideoFiles
|
override val concatenationFunction = ::concatenateVideoFiles
|
||||||
override val ffmpegParameters = FFMPEG_PARAMETERS
|
override val ffmpegParameters = FFMPEG_PARAMETERS
|
||||||
override val scopedMediaContentUri: Uri = MediaStore.Video.Media.EXTERNAL_CONTENT_URI
|
override val scopedMediaContentUri: Uri = MediaStore.Video.Media.EXTERNAL_CONTENT_URI
|
||||||
|
@ -79,10 +79,4 @@ abstract class IntervalRecorderService<I, B : BatchesFolder> :
|
|||||||
|
|
||||||
batchesFolder.deleteOldRecordings(earliestCounter)
|
batchesFolder.deleteOldRecordings(earliestCounter)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO
|
|
||||||
abstract class Settings(
|
|
||||||
open val maxDuration: Long,
|
|
||||||
open val intervalDuration: Long,
|
|
||||||
)
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user