ict.shenzhi/Assets/Evereal/VideoCapture/Scripts/Internal/Constants.cs

13 lines
332 B
C#

/* Copyright (c) 2019-present Evereal. All rights reserved. */
namespace Evereal.VideoCapture
{
public static class Constants
{
public const int LIVE_VIDEO_SLICE_SECONDS = 6;
public const int MIC_AUDIO_INTERVAL_SECONDS = 100;
public const string LAST_VIDEO_FILE_KEY = "VIDEO_CAPTURE_LAST_VIDEO_FILE_KEY";
}
}