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