Search Results for

    Show / Hide Table of Contents

    Class TrackCollection<T>

    Inheritance
    System.Object
    TrackCollection
    TrackCollection<T>
    AudioTracks
    TextTracks
    VideoTracks
    Implements
    System.Collections.Generic.IEnumerable
    Inherited Members
    TrackCollection.TrackType
    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    public class TrackCollection<T> : TrackCollection where T : TrackBase
    Type Parameters
    Name Description
    T

    Properties

    Count

    Declaration
    public override int Count { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    TrackCollection.Count

    Item[Int32]

    Declaration
    public T this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    T

    Methods

    GetEnumerator()

    Declaration
    public override IEnumerator GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator
    Overrides
    TrackCollection.GetEnumerator()

    Implements

    System.Collections.Generic.IEnumerable
    In This Article