namespace TheXamlGuy.Media.Capture; public interface IRemoteMediaCaptureInitializationSettings { IRemoteMediaFrameSource? Source { get; set; } }