namespace Emby.Naming.Common { public enum MediaType { /// /// The audio /// Audio = 0, /// /// The photo /// Photo = 1, /// /// The video /// Video = 2 } }