Note about VideoAV1 format
parent
e1f934d445
commit
c1fae8b433
|
@ -3,6 +3,9 @@ using System.IO;
|
|||
|
||||
namespace MoonWorks.Video
|
||||
{
|
||||
/// <summary>
|
||||
/// This class takes in a filename for AV1 data in .obu (open bitstream unit) format
|
||||
/// </summary>
|
||||
public unsafe class VideoAV1
|
||||
{
|
||||
public string Filename { get; }
|
||||
|
|
Loading…
Reference in New Issue