10 lines
163 B
C#
10 lines
163 B
C#
namespace Shared.Models.Online.Alloha
|
|
{
|
|
public struct FileQ
|
|
{
|
|
public string h264 { get; set; }
|
|
|
|
public string av1 { get; set; }
|
|
}
|
|
}
|