mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-20 10:43:08 +01:00
19 lines
No EOL
369 B
C#
19 lines
No EOL
369 B
C#
namespace MediaBrowser.Model.Dlna
|
|
{
|
|
public enum ProfileConditionValue
|
|
{
|
|
AudioChannels,
|
|
AudioBitrate,
|
|
AudioProfile,
|
|
Width,
|
|
Height,
|
|
Has64BitOffsets,
|
|
PacketLength,
|
|
VideoBitDepth,
|
|
VideoBitrate,
|
|
VideoFramerate,
|
|
VideoLevel,
|
|
VideoProfile,
|
|
VideoTimestamp
|
|
}
|
|
} |