Search Results for

    Show / Hide Table of Contents

    Class VideoFormatCollection

    A collection of video formats.

    Inheritance
    System.Object
    Collection<VideoFormat, VideoFormatCollection>
    MediaFormatCollection<VideoFormat, VideoFormatCollection>
    VideoFormatCollection
    Inherited Members
    MediaFormatCollection<VideoFormat, VideoFormatCollection>.HasEquivalent(VideoFormat)
    MediaFormatCollection<VideoFormat, VideoFormatCollection>.HasCompatible(VideoFormat)
    MediaFormatCollection<VideoFormat, VideoFormatCollection>.GetEquivalent(VideoFormat)
    MediaFormatCollection<VideoFormat, VideoFormatCollection>.GetCompatible(VideoFormat)
    MediaFormatCollection<VideoFormat, VideoFormatCollection>.GetCompatibles(VideoFormat)
    MediaFormatCollection<VideoFormat, VideoFormatCollection>.GetEquivalent(VideoFormat, Boolean)
    MediaFormatCollection<VideoFormat, VideoFormatCollection>.AddSuccess(VideoFormat)
    MediaFormatCollection<VideoFormat, VideoFormatCollection>.RemoveSuccess(VideoFormat)
    Collection<VideoFormat, VideoFormatCollection>.Count
    Collection<VideoFormat, VideoFormatCollection>.Values
    Collection<VideoFormat, VideoFormatCollection>.ToArray()
    Collection<VideoFormat, VideoFormatCollection>.ArrayFromList(List<VideoFormat>)
    Collection<VideoFormat, VideoFormatCollection>.CreateCollection()
    Collection<VideoFormat, VideoFormatCollection>.ForEach(Action2<VideoFormat, Int32>)
    Collection<VideoFormat, VideoFormatCollection>.Replace(VideoFormat[])
    Collection<VideoFormat, VideoFormatCollection>.Value
    Collection<VideoFormat, VideoFormatCollection>.AddSuccessNoLock(VideoFormat)
    Collection<VideoFormat, VideoFormatCollection>.Add(VideoFormat)
    Collection<VideoFormat, VideoFormatCollection>.AddMany(VideoFormat[])
    Collection<VideoFormat, VideoFormatCollection>.RemoveSuccessNoLock(VideoFormat)
    Collection<VideoFormat, VideoFormatCollection>.RemoveFirst()
    Collection<VideoFormat, VideoFormatCollection>.RemoveLast()
    Collection<VideoFormat, VideoFormatCollection>.RemoveFirst(Function1<VideoFormat, Boolean>)
    Collection<VideoFormat, VideoFormatCollection>.RemoveLast(Function1<VideoFormat, Boolean>)
    Collection<VideoFormat, VideoFormatCollection>.Remove(VideoFormat)
    Collection<VideoFormat, VideoFormatCollection>.RemoveMany(VideoFormat[])
    Collection<VideoFormat, VideoFormatCollection>.RemoveAll()
    Collection<VideoFormat, VideoFormatCollection>.Any()
    Collection<VideoFormat, VideoFormatCollection>.Any(Function1<VideoFormat, Boolean>)
    Collection<VideoFormat, VideoFormatCollection>.Contains(VideoFormat)
    Collection<VideoFormat, VideoFormatCollection>.ValueAt(Int32)
    Collection<VideoFormat, VideoFormatCollection>.ValueAtOrDefault(Int32)
    Collection<VideoFormat, VideoFormatCollection>.First()
    Collection<VideoFormat, VideoFormatCollection>.First(Function1<VideoFormat, Boolean>)
    Collection<VideoFormat, VideoFormatCollection>.FirstOrDefault()
    Collection<VideoFormat, VideoFormatCollection>.FirstOrDefault(Function1<VideoFormat, Boolean>)
    Collection<VideoFormat, VideoFormatCollection>.Last()
    Collection<VideoFormat, VideoFormatCollection>.Last(Function1<VideoFormat, Boolean>)
    Collection<VideoFormat, VideoFormatCollection>.LastOrDefault()
    Collection<VideoFormat, VideoFormatCollection>.LastOrDefault(Function1<VideoFormat, Boolean>)
    Collection<VideoFormat, VideoFormatCollection>.Single()
    Collection<VideoFormat, VideoFormatCollection>.Single(Function1<VideoFormat, Boolean>)
    Collection<VideoFormat, VideoFormatCollection>.SingleOrDefault()
    Collection<VideoFormat, VideoFormatCollection>.SingleOrDefault(Function1<VideoFormat, Boolean>)
    Collection<VideoFormat, VideoFormatCollection>.Where(Function2<VideoFormat, Int32, Boolean>)
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class VideoFormatCollection : MediaFormatCollection<VideoFormat, VideoFormatCollection>

    Methods

    ArrayFromList(List<VideoFormat>)

    Creates an array from a list.

    Declaration
    protected override VideoFormat[] ArrayFromList(List<VideoFormat> list)
    Parameters
    Type Name Description
    List<VideoFormat> list

    The list.

    Returns
    Type Description
    VideoFormat[]
    Overrides
    FM.LiveSwitch.Collection<FM.LiveSwitch.VideoFormat, FM.LiveSwitch.VideoFormatCollection>.ArrayFromList(List<FM.LiveSwitch.VideoFormat>)

    CreateCollection()

    Creates a collection.

    Declaration
    protected override VideoFormatCollection CreateCollection()
    Returns
    Type Description
    VideoFormatCollection
    Overrides
    FM.LiveSwitch.Collection<FM.LiveSwitch.VideoFormat, FM.LiveSwitch.VideoFormatCollection>.CreateCollection()
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0