Update Track.cs

This commit is contained in:
Zoe Roux 2020-12-19 22:38:56 +01:00
parent d1093eaa5a
commit f83c55bb4b

View File

@ -6,17 +6,17 @@ using Kyoo.Models.Attributes;
namespace Kyoo.Models
{
public enum StreamType
{
Unknow = 0,
Video = 1,
Audio = 2,
Subtitle = 3,
Font = 4
}
namespace Watch
{
public enum StreamType
{
Unknow = 0,
Video = 1,
Audio = 2,
Subtitle = 3,
Font = 4
}
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public class Stream
{