mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-14 04:04:58 +00:00
9 lines
200 B
C#
9 lines
200 B
C#
using PepperDash.Essentials.Core.Presets;
|
|
|
|
namespace PepperDash.Essentials.Devices.Common.VideoCodec
|
|
{
|
|
public interface IConvertiblePreset
|
|
{
|
|
PresetBase ConvertCodecPreset();
|
|
}
|
|
} |