namespace MediaBrowser.Model.Dlna
{
public enum SubtitleDeliveryMethod
/// <summary>
/// The encode
/// </summary>
Encode = 0,
/// The embed
Embed = 1,
/// The external
External = 2,
/// The HLS
Hls = 3
}