mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 18:42:52 -07:00
19 lines
369 B
C#
19 lines
369 B
C#
namespace MediaBrowser.Model.Dlna
|
|
{
|
|
public enum ProfileConditionValue
|
|
{
|
|
AudioChannels,
|
|
AudioBitrate,
|
|
AudioProfile,
|
|
Width,
|
|
Height,
|
|
Has64BitOffsets,
|
|
PacketLength,
|
|
VideoBitDepth,
|
|
VideoBitrate,
|
|
VideoFramerate,
|
|
VideoLevel,
|
|
VideoProfile,
|
|
VideoTimestamp
|
|
}
|
|
} |