//
// Copyright (c) PlaceholderCompany. All rights reserved.
//
namespace MediaBrowser.Model.Entities;
///
/// Enum VideoType.
///
public enum VideoType
{
///
/// The video file.
///
VideoFile,
///
/// The iso.
///
Iso,
///
/// The DVD.
///
Dvd,
///
/// The blu ray.
///
BluRay
}