/
githubmirror
/
photoprism
Обзор
Документация
Войти
/
githubmirror
/
photoprism
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
internal/entity/file_metadata.go
20 строк
508 B
Michael Mayer
Videos: Refactor File.UpdateVideoInfos() method #926 #3588 #3559
18 авг 2023, 10:12
18 авг 2023, 10:12
c6bb28f
Код
Авторство
О чём код?
package entity // FileDimensions represents metadata related to the size and orientation of a file. // see File.UpdateVideoInfos() type FileDimensions struct { FileWidth int FileHeight int FileOrientation int FileAspectRatio float32 } // FileAppearance represents file metadata related to colors, luminance and perception. // see File.UpdateVideoInfos() type FileAppearance struct { FileMainColor string FileColors string FileLuminance string FileDiff int FileChroma int16 }