mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-13 03:35:00 +00:00
9 lines
220 B
C#
9 lines
220 B
C#
using PepperDash.Essentials.Core.Presets;
|
|
|
|
namespace PepperDash.Essentials.Devices.Common.VideoCodec
|
|
{
|
|
public abstract class ConvertiblePreset
|
|
{
|
|
public abstract PresetBase ConvertCodecPreset();
|
|
}
|
|
} |