mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-12 11:15:08 +00:00
docs: XML comments for Devices.Common
This commit is contained in:
@@ -2,8 +2,15 @@
|
||||
|
||||
namespace PepperDash.Essentials.Devices.Common.VideoCodec
|
||||
{
|
||||
/// <summary>
|
||||
/// Base class for presets that can be converted to PresetBase
|
||||
/// </summary>
|
||||
public abstract class ConvertiblePreset
|
||||
{
|
||||
/// <summary>
|
||||
/// Converts the preset to a PresetBase
|
||||
/// </summary>
|
||||
/// <returns><see cref="PresetBase"/></returns>
|
||||
public abstract PresetBase ConvertCodecPreset();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user