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,8 +6,6 @@ using Kyoo.Models.Attributes;
namespace Kyoo.Models
{
namespace Watch
{
public enum StreamType
{
Unknow = 0,
@ -17,6 +15,8 @@ namespace Kyoo.Models
Font = 4
}
namespace Watch
{
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public class Stream
{