mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-07 05:02:25 +00: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";
|
|
}
|
|
} |