mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Update Track.cs
This commit is contained in:
parent
d1093eaa5a
commit
f83c55bb4b
@ -6,17 +6,17 @@ using Kyoo.Models.Attributes;
|
|||||||
|
|
||||||
namespace Kyoo.Models
|
namespace Kyoo.Models
|
||||||
{
|
{
|
||||||
|
public enum StreamType
|
||||||
|
{
|
||||||
|
Unknow = 0,
|
||||||
|
Video = 1,
|
||||||
|
Audio = 2,
|
||||||
|
Subtitle = 3,
|
||||||
|
Font = 4
|
||||||
|
}
|
||||||
|
|
||||||
namespace Watch
|
namespace Watch
|
||||||
{
|
{
|
||||||
public enum StreamType
|
|
||||||
{
|
|
||||||
Unknow = 0,
|
|
||||||
Video = 1,
|
|
||||||
Audio = 2,
|
|
||||||
Subtitle = 3,
|
|
||||||
Font = 4
|
|
||||||
}
|
|
||||||
|
|
||||||
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
|
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
|
||||||
public class Stream
|
public class Stream
|
||||||
{
|
{
|
||||||
@ -138,4 +138,4 @@ namespace Kyoo.Models
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user