Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class Mpeg2ProfileWithLevelList

    Class representing a list of supported profiles and maximum supported levels for mpeg2video.

    Inheritance
    System.Object
    System.Collections.Generic.List<Mpeg2ProfileWithLevel>
    ProfileWithLevelList<Mpeg2ProfileWithLevel, Mpeg2Profiles, Mpeg2Levels>
    Mpeg2ProfileWithLevelList
    Implements
    System.Collections.Generic.IList<Mpeg2ProfileWithLevel>
    System.Collections.Generic.ICollection<Mpeg2ProfileWithLevel>
    System.Collections.Generic.IReadOnlyList<Mpeg2ProfileWithLevel>
    System.Collections.Generic.IReadOnlyCollection<Mpeg2ProfileWithLevel>
    System.Collections.Generic.IEnumerable<Mpeg2ProfileWithLevel>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    Inherited Members
    ProfileWithLevelList<Mpeg2ProfileWithLevel, Mpeg2Profiles, Mpeg2Levels>.Add(Mpeg2Profiles, Mpeg2Levels)
    ProfileWithLevelList<Mpeg2ProfileWithLevel, Mpeg2Profiles, Mpeg2Levels>.ContainsProfile(Mpeg2Profiles)
    ProfileWithLevelList<Mpeg2ProfileWithLevel, Mpeg2Profiles, Mpeg2Levels>.HasProfileWithBitDepth(Int32)
    ProfileWithLevelList<Mpeg2ProfileWithLevel, Mpeg2Profiles, Mpeg2Levels>.GetLevel(Mpeg2Profiles)
    ProfileWithLevelList<Mpeg2ProfileWithLevel, Mpeg2Profiles, Mpeg2Levels>.RemoveProfile(Mpeg2Profiles)
    ProfileWithLevelList<Mpeg2ProfileWithLevel, Mpeg2Profiles, Mpeg2Levels>.GetMaxLevel()
    ProfileWithLevelList<Mpeg2ProfileWithLevel, Mpeg2Profiles, Mpeg2Levels>.GetMaxAndLowerLevels()
    ProfileWithLevelList<Mpeg2ProfileWithLevel, Mpeg2Profiles, Mpeg2Levels>.GetProfiles()
    ProfileWithLevelList<Mpeg2ProfileWithLevel, Mpeg2Profiles, Mpeg2Levels>.GetProfileLevelInformation()
    ProfileWithLevelList<Mpeg2ProfileWithLevel, Mpeg2Profiles, Mpeg2Levels>.ToString()
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Add(Emby.Media.Model.Types.Mpeg2ProfileWithLevel)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.AddRange(System.Collections.Generic.IEnumerable<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.AsReadOnly()
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.BinarySearch(Emby.Media.Model.Types.Mpeg2ProfileWithLevel)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.BinarySearch(Emby.Media.Model.Types.Mpeg2ProfileWithLevel, System.Collections.Generic.IComparer<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.BinarySearch(System.Int32, System.Int32, Emby.Media.Model.Types.Mpeg2ProfileWithLevel, System.Collections.Generic.IComparer<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Clear()
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Contains(Emby.Media.Model.Types.Mpeg2ProfileWithLevel)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.ConvertAll<TOutput>(System.Converter<Emby.Media.Model.Types.Mpeg2ProfileWithLevel, TOutput>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.CopyTo(Emby.Media.Model.Types.Mpeg2ProfileWithLevel[])
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.CopyTo(Emby.Media.Model.Types.Mpeg2ProfileWithLevel[], System.Int32)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.CopyTo(System.Int32, Emby.Media.Model.Types.Mpeg2ProfileWithLevel[], System.Int32, System.Int32)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Exists(System.Predicate<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Find(System.Predicate<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.FindAll(System.Predicate<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.FindIndex(System.Int32, System.Int32, System.Predicate<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.FindIndex(System.Int32, System.Predicate<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.FindIndex(System.Predicate<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.FindLast(System.Predicate<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.FindLastIndex(System.Int32, System.Predicate<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.FindLastIndex(System.Predicate<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.ForEach(System.Action<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.GetEnumerator()
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.IndexOf(Emby.Media.Model.Types.Mpeg2ProfileWithLevel)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.IndexOf(Emby.Media.Model.Types.Mpeg2ProfileWithLevel, System.Int32)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.IndexOf(Emby.Media.Model.Types.Mpeg2ProfileWithLevel, System.Int32, System.Int32)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Insert(System.Int32, Emby.Media.Model.Types.Mpeg2ProfileWithLevel)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.LastIndexOf(Emby.Media.Model.Types.Mpeg2ProfileWithLevel)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.LastIndexOf(Emby.Media.Model.Types.Mpeg2ProfileWithLevel, System.Int32)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.LastIndexOf(Emby.Media.Model.Types.Mpeg2ProfileWithLevel, System.Int32, System.Int32)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Remove(Emby.Media.Model.Types.Mpeg2ProfileWithLevel)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.RemoveAll(System.Predicate<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.RemoveAt(System.Int32)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Reverse()
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Sort()
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Sort(System.Collections.Generic.IComparer<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Sort(System.Comparison<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.Generic.IEnumerable<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.GetEnumerator()
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.ToArray()
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.TrimExcess()
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.TrueForAll(System.Predicate<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>)
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Capacity
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Count
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.Item[System.Int32]
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.Generic.ICollection<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.IsReadOnly
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<Emby.Media.Model.Types.Mpeg2ProfileWithLevel>.System.Collections.IList.Item[System.Int32]
    Namespace: Emby.Media.Model.Types
    Assembly: Emby.Media.Model.dll
    Syntax
    public class Mpeg2ProfileWithLevelList : ProfileWithLevelList<Mpeg2ProfileWithLevel, Mpeg2Profiles, Mpeg2Levels>, IList<Mpeg2ProfileWithLevel>, ICollection<Mpeg2ProfileWithLevel>, IReadOnlyList<Mpeg2ProfileWithLevel>, IReadOnlyCollection<Mpeg2ProfileWithLevel>, IEnumerable<Mpeg2ProfileWithLevel>, IList, ICollection, IEnumerable

    Constructors

    Mpeg2ProfileWithLevelList()

    Declaration
    public Mpeg2ProfileWithLevelList()

    Mpeg2ProfileWithLevelList(IEnumerable<Mpeg2ProfileWithLevel>)

    Declaration
    public Mpeg2ProfileWithLevelList(IEnumerable<Mpeg2ProfileWithLevel> list)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<Mpeg2ProfileWithLevel> 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

    Extensions.AddIfNotExists<T>(List<T>, T)
    Extensions.JsonClone<T>(T, IJsonSerializer)

    See Also

    ProfileWithLevelList<T, TP, TL>
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.