Add project files.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace TheXamlGuy.Media.Capture
|
||||
{
|
||||
public interface IMediaCapture
|
||||
{
|
||||
IMediaFrameSource? FrameSource { get; }
|
||||
|
||||
Task<IMediaFrameReader?> CreateFrameReaderAsync();
|
||||
|
||||
Task<IMediaFrameReader?> CreateFrameReaderAsync(IMediaFrameSource frameSource);
|
||||
|
||||
void Initialize(IMediaCaptureInitializationSettings initializationSettings);
|
||||
|
||||
Task<LowLagPhotoCapture?> PrepareLowLagPhotoCaptureAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user