mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-01 16:02:01 +01:00
8 lines
167 B
C#
8 lines
167 B
C#
namespace MediaBrowser.Model.MediaInfo
|
|
{
|
|
public class AudioCodec
|
|
{
|
|
public const string AAC = "AAC";
|
|
public const string MP3 = "MP3";
|
|
}
|
|
} |