Add XML docs to small DLNA model types and remove CS1591 suppressions
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
#pragma warning disable CS1591
|
||||
|
||||
namespace MediaBrowser.Model.Dlna
|
||||
{
|
||||
/// <summary>
|
||||
/// The encoding context.
|
||||
/// </summary>
|
||||
public enum EncodingContext
|
||||
{
|
||||
/// <summary>
|
||||
/// The media is transcoded on the fly and delivered as a stream.
|
||||
/// </summary>
|
||||
Streaming = 0,
|
||||
|
||||
/// <summary>
|
||||
/// The media is transcoded to a static file.
|
||||
/// </summary>
|
||||
Static = 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user