pub type Video { RAW MP4 MPV WEBM Custom(String) }
RAW
MP4
MPV
WEBM
Custom(String)
pub const type_name: String = "video"
pub fn to_string(video: Video) -> String