Add project files.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace TheXamlGuy.Media.Capture;
|
||||
|
||||
public interface IMediaFrameSource
|
||||
{
|
||||
MediaFrameFormat CurrentFormat { get; }
|
||||
|
||||
string DisplayName { get; }
|
||||
|
||||
MediaFrameSourceInfo Info { get; }
|
||||
|
||||
IReadOnlyList<MediaFrameFormat> SupportedFormats { get; }
|
||||
|
||||
void SetFormat(MediaFrameFormat format);
|
||||
}
|
||||
Reference in New Issue
Block a user