Files
jellyfin-jellyfin-1/MediaBrowser.Model/LiveTv/ProgramAudio.cs
Andrew Rabert a86b71899e Add GPL modules
2018-12-27 18:27:57 -05:00

12 lines
177 B
C#

namespace MediaBrowser.Model.LiveTv
{
public enum ProgramAudio
{
Mono,
Stereo,
Dolby,
DolbyDigital,
Thx,
Atmos
}
}