mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-23 15:50:12 +08:00
10 lines
123 B
C#
10 lines
123 B
C#
namespace DownKyi.Core.Settings
|
|
{
|
|
public enum VideoCodecs
|
|
{
|
|
NONE = 0,
|
|
AVC,
|
|
HEVC
|
|
}
|
|
}
|