7 lines
139 B
C#
7 lines
139 B
C#
namespace TheXamlGuy.Media.Capture
|
|
{
|
|
public interface ILowLagPhotoCapture
|
|
{
|
|
Task<CapturedPhoto?> CaptureAsync();
|
|
}
|
|
} |