Port MediaEncoding and Api.Playback from 10e57ce8d21b4516733894075001819f3cd6db6b

This commit is contained in:
Mathieu Velten
2018-12-14 10:40:55 +01:00
parent 64805410c2
commit 1d7d52ff9e
49 changed files with 12431 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
namespace MediaBrowser.MediaEncoding.Subtitles
{
public class ParserValues
{
public const string NewLine = "\r\n";
}
}