package models type VideoCodec struct { Name string `json:"name"` DisplayName string `json:"displayName"` Key string `json:"key"` }