type Info struct {
Type Type// If Type is TypeVideo or TypeAudio, look at these fields: Duration *time.Duration Year *int// If Type is TypeAudio, look at this field: Author string// If Type is TypeVideo or TypePicture, look at this field: Camera string
}