Track settings: show stream kind emojis in Type column (match queue summary).
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
6264b487fe
commit
3459204e6f
@ -52,12 +52,13 @@ public sealed class TrackSettingsRowViewModel : INotifyPropertyChanged
|
||||
SourceDisplay = "Встроенная";
|
||||
}
|
||||
|
||||
// Эмодзи как в ячейке «Дорожки» очереди (ConversionQueueItem.TrackSummaryDisplay).
|
||||
TypeDisplay = entry.StreamKind switch
|
||||
{
|
||||
MediaStreamKind.Video => "Video",
|
||||
MediaStreamKind.Audio => "Audio",
|
||||
MediaStreamKind.Subtitle => "Subtitle",
|
||||
MediaStreamKind.Attachment => "Attachment",
|
||||
MediaStreamKind.Video => "Video 🎬",
|
||||
MediaStreamKind.Audio => "Audio 🔊",
|
||||
MediaStreamKind.Subtitle => "Subtitle 💬",
|
||||
MediaStreamKind.Attachment => "Attachment 📎",
|
||||
MediaStreamKind.Data => "Data",
|
||||
_ => "?"
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user