mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-17 08:57:47 +01:00
15 lines
270 B
C#
15 lines
270 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
|
|||
|
|
namespace Flowframes.Data
|
|||
|
|
{
|
|||
|
|
class Padding
|
|||
|
|
{
|
|||
|
|
public const int inputFrames = 10;
|
|||
|
|
public const int timestampFrames = 10;
|
|||
|
|
}
|
|||
|
|
}
|