qstbak/NotificationMasterAPI/NotificationMasterAPI/Data.cs
2025-12-07 10:55:56 +10:00

6 lines
223 B
C#

namespace NotificationMasterAPI;
public static class Data
{
public const string MFAudioFormats = "*.3g2;*.3gp;*.3gp2;*.3gpp;*.asf;*.wma;*.wmv;*.aac;*.adts;*.avi;*.mp3;*.m4a;*.m4v;*.mov;*.mp4;*.sami;*.smi;*.wav;*.aiff";
}