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