Add project files.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace TheXamlGuy.Media.Capture;
|
||||
|
||||
public interface IRemoteMediaFrameSourceDescriptor
|
||||
{
|
||||
string DisplayName { get; }
|
||||
|
||||
Func<IRemoteMediaFrameReader> FrameReaderFactory { get; }
|
||||
|
||||
string Id { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user