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