WIP create a video type inference method and a mapping into a content type.
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
pub enum VideoFormat {
|
||||
AVI,
|
||||
MKV,
|
||||
MP4,
|
||||
WEBM,
|
||||
UNKNOWN
|
||||
}
|
||||
|
||||
pub struct Video {
|
||||
filename: String,
|
||||
|
||||
format: VideoFormat
|
||||
}
|
||||
Reference in New Issue
Block a user