6 lines
144 B
C#
6 lines
144 B
C#
namespace Hyperbar.Widget.MediaController.Windows;
|
|
|
|
public record MediaInformation(string Title,
|
|
string Description,
|
|
byte[]? Image);
|