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