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

    Show / Hide Table of Contents

    Class H263ProfileWithLevelList

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

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

    Constructors

    H263ProfileWithLevelList()

    Declaration
    public H263ProfileWithLevelList()

    H263ProfileWithLevelList(IEnumerable<H263ProfileWithLevel>)

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