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