Class HevcProfileWithLevelList
Class representing a list of supported profiles and maximum supported levels for hevc.
Inheritance
System.Object
System.Collections.Generic.List<HevcProfileWithLevel>
HevcProfileWithLevelList
Implements
System.Collections.Generic.IList<HevcProfileWithLevel>
System.Collections.Generic.ICollection<HevcProfileWithLevel>
System.Collections.Generic.IReadOnlyList<HevcProfileWithLevel>
System.Collections.Generic.IReadOnlyCollection<HevcProfileWithLevel>
System.Collections.Generic.IEnumerable<HevcProfileWithLevel>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Add(Emby.Media.Model.Types.HevcProfileWithLevel)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.AddRange(System.Collections.Generic.IEnumerable<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.AsReadOnly()
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.BinarySearch(Emby.Media.Model.Types.HevcProfileWithLevel)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.BinarySearch(Emby.Media.Model.Types.HevcProfileWithLevel, System.Collections.Generic.IComparer<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.BinarySearch(System.Int32, System.Int32, Emby.Media.Model.Types.HevcProfileWithLevel, System.Collections.Generic.IComparer<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Clear()
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Contains(Emby.Media.Model.Types.HevcProfileWithLevel)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.ConvertAll<TOutput>(System.Converter<Emby.Media.Model.Types.HevcProfileWithLevel, TOutput>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.CopyTo(Emby.Media.Model.Types.HevcProfileWithLevel[])
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.CopyTo(Emby.Media.Model.Types.HevcProfileWithLevel[], System.Int32)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.CopyTo(System.Int32, Emby.Media.Model.Types.HevcProfileWithLevel[], System.Int32, System.Int32)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Exists(System.Predicate<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Find(System.Predicate<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.FindAll(System.Predicate<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.FindIndex(System.Int32, System.Int32, System.Predicate<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.FindIndex(System.Int32, System.Predicate<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.FindIndex(System.Predicate<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.FindLast(System.Predicate<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.FindLastIndex(System.Int32, System.Predicate<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.FindLastIndex(System.Predicate<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.ForEach(System.Action<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.GetEnumerator()
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.IndexOf(Emby.Media.Model.Types.HevcProfileWithLevel)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.IndexOf(Emby.Media.Model.Types.HevcProfileWithLevel, System.Int32)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.IndexOf(Emby.Media.Model.Types.HevcProfileWithLevel, System.Int32, System.Int32)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Insert(System.Int32, Emby.Media.Model.Types.HevcProfileWithLevel)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.LastIndexOf(Emby.Media.Model.Types.HevcProfileWithLevel)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.LastIndexOf(Emby.Media.Model.Types.HevcProfileWithLevel, System.Int32)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.LastIndexOf(Emby.Media.Model.Types.HevcProfileWithLevel, System.Int32, System.Int32)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Remove(Emby.Media.Model.Types.HevcProfileWithLevel)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.RemoveAll(System.Predicate<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.RemoveAt(System.Int32)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Reverse()
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Sort()
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Sort(System.Collections.Generic.IComparer<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Sort(System.Comparison<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.Generic.IEnumerable<Emby.Media.Model.Types.HevcProfileWithLevel>.GetEnumerator()
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.ToArray()
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.TrimExcess()
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.TrueForAll(System.Predicate<Emby.Media.Model.Types.HevcProfileWithLevel>)
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Capacity
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Count
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.Item[System.Int32]
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.Generic.ICollection<Emby.Media.Model.Types.HevcProfileWithLevel>.IsReadOnly
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Emby.Media.Model.Types.HevcProfileWithLevel>.System.Collections.IList.Item[System.Int32]
Namespace: Emby.Media.Model.Types
Assembly: Emby.Media.Model.dll
Syntax
public class HevcProfileWithLevelList : ProfileWithLevelList<HevcProfileWithLevel, HevcProfiles, HevcLevels>, IList<HevcProfileWithLevel>, ICollection<HevcProfileWithLevel>, IReadOnlyList<HevcProfileWithLevel>, IReadOnlyCollection<HevcProfileWithLevel>, IEnumerable<HevcProfileWithLevel>, IList, ICollection, IEnumerable
Constructors
HevcProfileWithLevelList()
Declaration
public HevcProfileWithLevelList()
HevcProfileWithLevelList(IEnumerable<HevcProfileWithLevel>)
Declaration
public HevcProfileWithLevelList(IEnumerable<HevcProfileWithLevel> list)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<HevcProfileWithLevel> | list |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Extension Methods
See Also
ProfileWithLevelList<T, TP, TL>