mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-07 09:41:54 -04: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";
|
|
}
|
|
} |