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
@ -5,8 +5,6 @@ using System.Runtime.InteropServices;
|
|||||||
using Kyoo.Models.Attributes;
|
using Kyoo.Models.Attributes;
|
||||||
|
|
||||||
namespace Kyoo.Models
|
namespace Kyoo.Models
|
||||||
{
|
|
||||||
namespace Watch
|
|
||||||
{
|
{
|
||||||
public enum StreamType
|
public enum StreamType
|
||||||
{
|
{
|
||||||
@ -17,6 +15,8 @@ namespace Kyoo.Models
|
|||||||
Font = 4
|
Font = 4
|
||||||
}
|
}
|
||||||
|
|
||||||
|
namespace Watch
|
||||||
|
{
|
||||||
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
|
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
|
||||||
public class Stream
|
public class Stream
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user